Searched refs:motionIndex (Results 1 – 1 of 1) sorted by relevance
3400 final int motionIndex; in scrollIfNeeded() local3402 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()3406 motionIndex = getChildCount() / 2; in scrollIfNeeded()3410 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()3422 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()4077 final int motionIndex = getChildCount() / 2; in onNestedScroll() local4078 final View motionView = getChildAt(motionIndex); in onNestedScroll()