Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3400 final int motionIndex; in scrollIfNeeded() local
3402 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
3406 motionIndex = getChildCount() / 2; in scrollIfNeeded()
3410 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3422 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
4077 final int motionIndex = getChildCount() / 2; in onNestedScroll() local
4078 final View motionView = getChildAt(motionIndex); in onNestedScroll()