Home
last modified time | relevance | path

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

/aosp12/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.java171 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedAspectRatioBoundsWithDecorInSquareDisplay() local
420 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testMoveToDifferentOrientationDisplay() local
440 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedOrientationRotateCutoutDisplay() local
1009 final Rect appBounds = activity.getWindowConfiguration().getAppBounds(); in testOverrideMinAspectRatioLowerThanManifest() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java111 @NonNull Rect appBounds, in SwipePipToHomeAnimator()
356 public Builder setAppBounds(Rect appBounds) { in setAppBounds()
/aosp12/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java553 final Rect appBounds = inoutConfig.windowConfiguration.getAppBounds(); in applyToConfiguration() local
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayInfo.java698 final Rect appBounds = configuration != null in getMetricsWithSize() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java485 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration() local
H A DTaskFragment.java1848 final Rect appBounds = inOutConfig.windowConfiguration.getAppBounds(); in invalidateAppBoundsConfig() local
H A DActivityRecord.java7267 final Rect appBounds = getConfiguration().windowConfiguration.getAppBounds(); in inSizeCompatMode() local
7977 private boolean isInSizeCompatModeForBounds(final Rect appBounds, final Rect containerBounds) { in isInSizeCompatModeForBounds()
H A DDisplayContent.java2164 final Rect appBounds = outConfig.windowConfiguration.getAppBounds(); in computeScreenConfiguration() local
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java98 @NonNull WindowContainerToken container,@NonNull Rect appBounds) { in setAppBounds()