Searched refs:motionIndex (Results 1 – 1 of 1) sorted by relevance
3629 final int motionIndex; in scrollIfNeeded() local3631 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()3635 motionIndex = getChildCount() / 2; in scrollIfNeeded()3639 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()3651 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()4355 final int motionIndex = getChildCount() / 2; in onNestedScroll() local4356 final View motionView = getChildAt(motionIndex); in onNestedScroll()