Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java3711 final int motionIndex; in scrollIfNeeded() local
3713 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
3717 motionIndex = getChildCount() / 2; in scrollIfNeeded()
3721 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3733 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
4503 final int motionIndex = delta > 0 ? 0 : getChildCount() - 1; in onGenericMotionEvent() local
4506 View motionView = this.getChildAt(motionIndex); in onGenericMotionEvent()
4583 final int motionIndex = getChildCount() / 2; in onNestedScroll() local
4584 final View motionView = getChildAt(motionIndex); in onNestedScroll()