Searched refs:motionIndex (Results 1 – 1 of 1) sorted by relevance
3555 final int motionIndex; in scrollIfNeeded() local3557 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() local4272 final View motionView = getChildAt(motionIndex); in onNestedScroll()