Searched refs:firstChildPos (Results 1 – 3 of 3) sorted by relevance
442 final int firstChildPos = getPosition(getChildAt(0)); in computeScrollVectorForPosition() local443 final int direction = targetPosition < firstChildPos != mShouldReverseLayout ? -1 : 1; in computeScrollVectorForPosition()675 final int firstChildPos = getPosition(getChildAt(0)); in layoutForPredictiveAnimations() local682 final int direction = position < firstChildPos != mShouldReverseLayout in layoutForPredictiveAnimations()
1994 final int firstChildPos = getFirstChildPosition();1995 return position < firstChildPos != mShouldReverseLayout ? LAYOUT_START : LAYOUT_END;
2292 final int firstChildPos = getPosition(getChildAt(0));2295 final boolean isStart = mReverseFlowPrimary ? targetPosition > firstChildPos2296 : targetPosition < firstChildPos;