Home
last modified time | relevance | path

Searched refs:reportScrollStateChange (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java3494 reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL); in startScrollIfNeeded()
4071 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4092 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in onTouchUp()
4097 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4101 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4115 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4127 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in onTouchUp()
4253 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in fling()
4290 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in onNestedFling()
4472 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onInterceptTouchEvent()
[all …]
DFastScroller.java1376 mList.reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL); in beginDrag()
1477 mList.reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchEvent()