Searched refs:outAppBounds (Results 1 – 2 of 2) sorted by relevance
2709 Rect outAppBounds = inOutConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides() local2710 if (outAppBounds == null || outAppBounds.isEmpty()) { in computeConfigResourceOverrides()2713 outAppBounds = inOutConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides()2728 outAppBounds.intersect(containingAppBounds); in computeConfigResourceOverrides()2764 outAppBounds.set(mTmpNonDecorBounds); in computeConfigResourceOverrides()2767 mTmpNonDecorBounds.set(outAppBounds); in computeConfigResourceOverrides()2768 mTmpStableBounds.set(outAppBounds); in computeConfigResourceOverrides()
8817 void getContainerBounds(Rect outAppBounds, Rect outBounds, int rotation, int orientation, in getContainerBounds() argument8821 outAppBounds.set(outBounds); in getContainerBounds()8825 getBoundsByRotation(outAppBounds, rotation); in getContainerBounds()8826 final int dW = outAppBounds.width(); in getContainerBounds()8827 final int dH = outAppBounds.height(); in getContainerBounds()8843 outAppBounds.set(outBounds); in getContainerBounds()8851 outAppBounds.offset(insets.left, insets.top); in getContainerBounds()8854 Task.intersectWithInsetsIfFits(outAppBounds, outBounds, mNonDecorInsets[rotation]); in getContainerBounds()