Have you looked at AbsListView.OnScrollListener?

http://developer.android.com/reference/android/widget/AbsListView.html#setOnScrollListener(android.widget.AbsListView.OnScrollListener)

As for breakpoints, perhaps the framework sources you use for debugging are
not quite the same as used by the device.

-- Kostya

19 января 2012 г. 17:49 пользователь harvinder <res...@gmail.com> написал:

> I have looked into the listview and abslistview classes of android.
>
> Scrolling in not initiating a call on onMeasure or onLayout, but only
> invalidate.
> For some reason I am not been able to debug these classes (can put
> breakpoint only in abslistview but not listview).
>
> Where does children laid out when scrolling starts (layoutChildren is not
> getting called by a call to invalidate)?
>
> --
> 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
>

-- 
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