Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3629 final int motionIndex; in scrollIfNeeded() local
3631 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
3635 motionIndex = getChildCount() / 2; in scrollIfNeeded()
3639 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3651 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
4355 final int motionIndex = getChildCount() / 2; in onNestedScroll() local
4356 final View motionView = getChildAt(motionIndex); in onNestedScroll()