Searched refs:topChildPosition (Results 1 – 1 of 1) sorted by relevance
4295 final int topChildPosition = getChildCount() - 1; in positionChildAt() local4296 if (targetPosition < topChildPosition && position >= topChildPosition) { in positionChildAt()4318 final int topChildPosition = mChildren.size() - 1; in findPositionForStack() local4320 for (int i = topChildPosition; i >= 0; --i) { in findPositionForStack()4339 POSITION_BOTTOM ? belowAlwaysOnTopPosition : topChildPosition; in findPositionForStack()