Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeUtils.kt147 val appBounds = taskInfo.configuration.windowConfiguration.appBounds ?: return 1f in calculateAspectRatio() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipController.java288 Rect destinationBounds, SurfaceControl overlay, Rect appBounds, in onSwipePipToHomeAnimationStart()
319 Rect appBounds = extra.getParcelable( in onPipTransitionStateChanged() local
413 Rect destinationBounds, SurfaceControl overlay, Rect appBounds, in stopSwipePipToHome()
DPipTransitionState.java256 @NonNull Rect appBounds) { in setSwipePipToHomeState()
DPipTransition.java299 Rect appBounds = mPipTransitionState.getSwipePipToHomeAppBounds(); in handleSwipePipToHomeTransition() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java170 public PipAppIconOverlay(Context context, Rect appBounds, Rect destinationBounds, in PipAppIconOverlay()
199 public static int getOverlaySize(Rect appBounds, Rect destinationBounds) { in getOverlaySize()
DPipTaskOrganizer.java508 SurfaceControl overlay, Rect appBounds, Rect sourceRectHint) { in stopSwipePipToHome()
2004 void setContentOverlay(@Nullable SurfaceControl leash, @NonNull Rect appBounds) { in setContentOverlay()
DPipAnimationController.java431 void setAppIconContentOverlay(Context context, Rect appBounds, Rect destinationBounds, in setAppIconContentOverlay()
DPipTransition.java505 final Rect appBounds = mPipOrganizer.mAppBounds; in onFinishResize() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DIPip.aidl59 in Rect destinationBounds, in SurfaceControl overlay, in Rect appBounds, in stopSwipePipToHome()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java434 final Rect appBounds = activity.getWindowConfiguration().getAppBounds(); in testFixedAspectRatioBoundsWithDecorInSquareDisplay() local
715 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testMoveToDifferentOrientationDisplay() local
736 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedOrientationRotateCutoutDisplay() local
1352 final Rect appBounds = activity.getWindowConfiguration().getAppBounds(); in testOverrideMinAspectRatioLowerThanManifest() local
DWindowConfigurationTests.java192 final Rect appBounds = mWm.computeNewConfiguration( in testAppBounds_RootConfigurationBounds() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java243 public Rect appBounds; field in Task
/frameworks/base/core/java/android/view/
DDisplayInfo.java822 final Rect appBounds = configuration != null in getMetricsWithSize() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1004 SurfaceControl overlay, Rect appBounds, Rect sourceRectHint) { in stopSwipePipToHome()
1294 Rect destinationBounds, SurfaceControl overlay, Rect appBounds, in stopSwipePipToHome()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java672 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration() local
DTaskFragment.java2292 final Rect appBounds = inOutConfig.windowConfiguration.getAppBounds(); in invalidateAppBoundsConfig() local
DActivityRecord.java8351 final Rect appBounds = getConfiguration().windowConfiguration.getAppBounds(); in inSizeCompatMode() local
9360 private boolean isInSizeCompatModeForBounds(final Rect appBounds, final Rect containerBounds) { in isInSizeCompatModeForBounds()
DDisplayContent.java2434 final Rect appBounds = outConfig.windowConfiguration.getAppBounds(); in computeScreenConfiguration() local
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java123 @NonNull WindowContainerToken container,@NonNull Rect appBounds) { in setAppBounds()