Searched refs:firstChildPos (Results 1 – 3 of 3) sorted by relevance
418 final int firstChildPos = getPosition(getChildAt(0)); in computeScrollVectorForPosition() local419 final int direction = targetPosition < firstChildPos != mShouldReverseLayout ? -1 : 1; in computeScrollVectorForPosition()602 final int firstChildPos = getPosition(getChildAt(0)); in layoutForPredictiveAnimations() local606 final int direction = position < firstChildPos != mShouldReverseLayout in layoutForPredictiveAnimations()
1771 final int firstChildPos = getFirstChildPosition();1772 return position < firstChildPos != mShouldReverseLayout ? LAYOUT_START : LAYOUT_END;
2050 final int firstChildPos = getPosition(getChildAt(0));2053 …ean isStart = mReverseFlowPrimary ? targetPosition > firstChildPos : targetPosition < firstChildPo…