Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3556 final int motionIndex; in scrollIfNeeded() local
3558 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
3562 motionIndex = getChildCount() / 2; in scrollIfNeeded()
3566 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
3578 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
4277 final int motionIndex = getChildCount() / 2; in onNestedScroll() local
4278 final View motionView = getChildAt(motionIndex); in onNestedScroll()