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.java4283 final int topChildPosition = getChildCount() - 1; in positionChildAt() local
4284 if (targetPosition < topChildPosition && position >= topChildPosition) { in positionChildAt()
4306 final int topChildPosition = mChildren.size() - 1; in findPositionForStack() local
4308 for (int i = topChildPosition; i >= 0; --i) { in findPositionForStack()
4327 POSITION_BOTTOM ? belowAlwaysOnTopPosition : topChildPosition; in findPositionForStack()