That is correct, but sending that event yourself could really screw
with the internal state (maybe not now, maybe in the future.) Why is
it you need to stop the scrolling programmatically?

P.S: You could try stopping the scrolling by calling setSelection(),
no idea if it works, probably not, but it might
P.P.S: I don't think it's a good idea to stop the scrolling programmatically :)

On Mon, Nov 16, 2009 at 10:49 PM, Loki117 <thomas.sheppar...@gmail.com> wrote:
> Roman I am just looking over the AbsListView code now it looks like
> the only way the scroll is going to stop is on the ActionUp event is
> this correct? If so how is it handed in the Google app list they stop
> scroll on finger down. Line 2130 onwards
> http://gitorious.org/android-eeepc/base/blobs/3661101005c6527dfd384d0c88c4a3b68ee208af/core/java/android/widget/AbsListView.java
>
>
>
> On Nov 16, 4:42 pm, Romain Guy <romain...@google.com> wrote:
>> You can't.
>>
>>
>>
>>
>>
>> On Mon, Nov 16, 2009 at 9:38 PM, Loki117 <thomas.sheppar...@gmail.com> wrote:
>> > Hey guys,
>>
>> > Anyone know of a way to pass the call to abortAnimation through
>> > ListView? I need a touch on the ListView to stop it from scrolling or
>> > performing the fling animation but it wont work. The only way I can
>> > think to do it is to call abortAnimation.
>>
>> > Tom
>>
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "Android Developers" group.
>> > To post to this group, send email to android-developers@googlegroups.com
>> > To unsubscribe from this group, send email to
>> > android-developers+unsubscr...@googlegroups.com
>> > For more options, visit this group at
>> >http://groups.google.com/group/android-developers?hl=en
>>
>> --
>> Romain Guy
>> Android framework engineer
>> romain...@android.com
>>
>> Note: please don't send private questions to me, as I don't have time
>> to provide private support.  All such questions should be posted on
>> public forums, where I and others can see and answer them
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to