Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java193 final Rect appBounds = mWm.computeNewConfiguration( in testAppBounds_RootConfigurationBounds() local
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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java188 public PipAppIconOverlay(Context context, Rect appBounds, in PipAppIconOverlay()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java244 public Rect appBounds; field in Task
/frameworks/base/core/java/android/view/
DDisplayInfo.java793 final Rect appBounds = configuration != null in getMetricsWithSize() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java621 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration() local
DTaskFragment.java2126 final Rect appBounds = inOutConfig.windowConfiguration.getAppBounds(); in invalidateAppBoundsConfig() local
DActivityRecord.java8123 final Rect appBounds = getConfiguration().windowConfiguration.getAppBounds(); in inSizeCompatMode() local
9026 private boolean isInSizeCompatModeForBounds(final Rect appBounds, final Rect containerBounds) { in isInSizeCompatModeForBounds()
DDisplayContent.java2389 final Rect appBounds = outConfig.windowConfiguration.getAppBounds(); in computeScreenConfiguration() local
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java110 @NonNull WindowContainerToken container,@NonNull Rect appBounds) { in setAppBounds()