Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3502 reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL); in startScrollIfNeeded()
4079 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4100 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in onTouchUp()
4105 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4109 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4123 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchUp()
4135 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in onTouchUp()
4266 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in fling()
4303 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING); in onNestedFling()
4496 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onInterceptTouchEvent()
[all …]
DFastScroller.java1377 mList.reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL); in beginDrag()
1485 mList.reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE); in onTouchEvent()