Searched refs:topChildPosition (Results 1 – 1 of 1) sorted by relevance
4283 final int topChildPosition = getChildCount() - 1; in positionChildAt() local4284 if (targetPosition < topChildPosition && position >= topChildPosition) { in positionChildAt()4306 final int topChildPosition = mChildren.size() - 1; in findPositionForStack() local4308 for (int i = topChildPosition; i >= 0; --i) { in findPositionForStack()4327 POSITION_BOTTOM ? belowAlwaysOnTopPosition : topChildPosition; in findPositionForStack()