Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java2174 Rect outAppBounds = inOutConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides() local
2175 if (outAppBounds == null || outAppBounds.isEmpty()) { in computeConfigResourceOverrides()
2178 outAppBounds = inOutConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides()
2193 outAppBounds.intersect(containingAppBounds); in computeConfigResourceOverrides()
2229 outAppBounds.set(mTmpNonDecorBounds); in computeConfigResourceOverrides()
2232 mTmpNonDecorBounds.set(outAppBounds); in computeConfigResourceOverrides()
2233 mTmpStableBounds.set(outAppBounds); in computeConfigResourceOverrides()
H A DActivityRecord.java10543 void getContainerBounds(Rect outAppBounds, Rect outBounds, int rotation, int orientation,
10547 outAppBounds.set(outBounds);
10551 getBoundsByRotation(outAppBounds, rotation);
10552 final int dW = outAppBounds.width();
10553 final int dH = outAppBounds.height();
10569 outAppBounds.set(outBounds);
10577 outAppBounds.offset(insets.left, insets.top);
10580 TaskFragment.intersectWithInsetsIfFits(outAppBounds, outBounds,