Searched defs:displayContentRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java961 int getMinTopStackBottom(final Rect displayContentRect, int originalStackBottom) { argument
962 return displayContentRect.top + (int)
963 ((originalStackBottom - displayContentRect.top) * ADJUSTED_STACK_FRACTION_MIN);
973 final Rect displayContentRect = mTmpRect;
977 getDisplayContent().getContentRect(displayContentRect);
978 contentBounds.set(displayContentRect);
986 final int yOffset = displayContentRect.bottom - contentBounds.bottom;
998 getMinTopStackBottom(displayContentRect, mBounds.bottom);
1017 getMinTopStackBottom(displayContentRect, mBounds.top - dividerWidth);

Completed in 74 milliseconds