Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java2834 final int motionIndex; in scrollIfNeeded() local
2836 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()
2840 motionIndex = getChildCount() / 2; in scrollIfNeeded()
2844 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()
2856 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()