Searched refs:motionIndex (Results 1 – 1 of 1) sorted by relevance
3719 final int motionIndex; in scrollIfNeeded() local3721 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()3725 motionIndex = getChildCount() / 2; in scrollIfNeeded()3729 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()3741 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()4512 final int motionIndex = delta > 0 ? 0 : getChildCount() - 1; in onGenericMotionEvent() local4515 View motionView = this.getChildAt(motionIndex); in onGenericMotionEvent()4606 final int motionIndex = getChildCount() / 2; in onNestedScroll() local4607 final View motionView = getChildAt(motionIndex); in onNestedScroll()