Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3555 final int motionIndex; in scrollIfNeeded() local
3557 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
3561 motionIndex = getChildCount() / 2; in scrollIfNeeded()
3565 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3577 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
4271 final int motionIndex = getChildCount() / 2; in onNestedScroll() local
4272 final View motionView = getChildAt(motionIndex); in onNestedScroll()