Searched refs:motionIndex (Results 1 – 1 of 1) sorted by relevance
3711 final int motionIndex; in scrollIfNeeded() local3713 motionIndex = mMotionPosition - mFirstPosition; in scrollIfNeeded()3717 motionIndex = getChildCount() / 2; in scrollIfNeeded()3721 View motionView = this.getChildAt(motionIndex); in scrollIfNeeded()3733 motionView = this.getChildAt(motionIndex); in scrollIfNeeded()4503 final int motionIndex = delta > 0 ? 0 : getChildCount() - 1; in onGenericMotionEvent() local4506 View motionView = this.getChildAt(motionIndex); in onGenericMotionEvent()4583 final int motionIndex = getChildCount() / 2; in onNestedScroll() local4584 final View motionView = getChildAt(motionIndex); in onNestedScroll()