Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3623 final int motionIndex; in scrollIfNeeded() local
3625 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
3629 motionIndex = getChildCount() / 2; in scrollIfNeeded()
3633 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3645 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
4410 final int motionIndex = getChildCount() / 2; in onNestedScroll() local
4411 final View motionView = getChildAt(motionIndex); in onNestedScroll()