Home
last modified time | relevance | path

Searched defs:appBounds (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java193 final Rect appBounds = mWm.computeNewConfiguration( in testAppBounds_RootConfigurationBounds() local
H A DSizeCompatTests.java708 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedAspectRatioBoundsWithDecorInSquareDisplay() local
956 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testMoveToDifferentOrientationDisplay() local
976 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedOrientationRotateCutoutDisplay() local
1548 final Rect appBounds = activity.getWindowConfiguration().getAppBounds(); in testOverrideMinAspectRatioLowerThanManifest() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipContentOverlay.java188 public PipAppIconOverlay(Context context, Rect appBounds, in PipAppIconOverlay()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTask.java244 public Rect appBounds; field in Task
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayInfo.java793 final Rect appBounds = configuration != null in getMetricsWithSize() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java621 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration() local
H A DTaskFragment.java2126 final Rect appBounds = inOutConfig.windowConfiguration.getAppBounds(); in invalidateAppBoundsConfig() local
H A DActivityRecord.java8118 final Rect appBounds = getConfiguration().windowConfiguration.getAppBounds(); in inSizeCompatMode() local
9021 private boolean isInSizeCompatModeForBounds(final Rect appBounds, final Rect containerBounds) { in isInSizeCompatModeForBounds()
H A DDisplayContent.java2389 final Rect appBounds = outConfig.windowConfiguration.getAppBounds(); in computeScreenConfiguration() local
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java110 @NonNull WindowContainerToken container,@NonNull Rect appBounds) { in setAppBounds()