Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3719 final int motionIndex; in scrollIfNeeded() local
3721 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
3725 motionIndex = getChildCount() / 2; in scrollIfNeeded()
3729 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3741 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
4512 final int motionIndex = delta > 0 ? 0 : getChildCount() - 1; in onGenericMotionEvent() local
4515 View motionView = this.getChildAt(motionIndex); in onGenericMotionEvent()
4606 final int motionIndex = getChildCount() / 2; in onNestedScroll() local
4607 final View motionView = getChildAt(motionIndex); in onNestedScroll()