Searched refs:motionIndex (Results 1 – 1 of 1) sorted by relevance
3623 final int motionIndex; in scrollIfNeeded() local3625 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()3629 motionIndex = getChildCount() / 2; in scrollIfNeeded()3633 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()3645 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()4410 final int motionIndex = getChildCount() / 2; in onNestedScroll() local4411 final View motionView = getChildAt(motionIndex); in onNestedScroll()