Home
last modified time | relevance | path

Searched refs:topChildPosition (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java4295 final int topChildPosition = getChildCount() - 1; in positionChildAt() local
4296 if (targetPosition < topChildPosition && position >= topChildPosition) { in positionChildAt()
4318 final int topChildPosition = mChildren.size() - 1; in findPositionForStack() local
4320 for (int i = topChildPosition; i >= 0; --i) { in findPositionForStack()
4339 POSITION_BOTTOM ? belowAlwaysOnTopPosition : topChildPosition; in findPositionForStack()