/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | DesktopModeUtils.kt | 147 val appBounds = taskInfo.configuration.windowConfiguration.appBounds ?: return 1f in calculateAspectRatio() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipController.java | 288 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()
|
D | PipTransitionState.java | 256 @NonNull Rect appBounds) { in setSwipePipToHomeState()
|
D | PipTransition.java | 299 Rect appBounds = mPipTransitionState.getSwipePipToHomeAppBounds(); in handleSwipePipToHomeTransition() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipContentOverlay.java | 170 public PipAppIconOverlay(Context context, Rect appBounds, Rect destinationBounds, in PipAppIconOverlay() 199 public static int getOverlaySize(Rect appBounds, Rect destinationBounds) { in getOverlaySize()
|
D | PipTaskOrganizer.java | 508 SurfaceControl overlay, Rect appBounds, Rect sourceRectHint) { in stopSwipePipToHome() 2004 void setContentOverlay(@Nullable SurfaceControl leash, @NonNull Rect appBounds) { in setContentOverlay()
|
D | PipAnimationController.java | 431 void setAppIconContentOverlay(Context context, Rect appBounds, Rect destinationBounds, in setAppIconContentOverlay()
|
D | PipTransition.java | 505 final Rect appBounds = mPipOrganizer.mAppBounds; in onFinishResize() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
D | IPip.aidl | 59 in Rect destinationBounds, in SurfaceControl overlay, in Rect appBounds, in stopSwipePipToHome()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SizeCompatTests.java | 434 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
|
D | WindowConfigurationTests.java | 192 final Rect appBounds = mWm.computeNewConfiguration( in testAppBounds_RootConfigurationBounds() local
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 243 public Rect appBounds; field in Task
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 822 final Rect appBounds = configuration != null in getMetricsWithSize() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipController.java | 1004 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/ |
D | DisplayArea.java | 672 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration() local
|
D | TaskFragment.java | 2292 final Rect appBounds = inOutConfig.windowConfiguration.getAppBounds(); in invalidateAppBoundsConfig() local
|
D | ActivityRecord.java | 8351 final Rect appBounds = getConfiguration().windowConfiguration.getAppBounds(); in inSizeCompatMode() local 9360 private boolean isInSizeCompatModeForBounds(final Rect appBounds, final Rect containerBounds) { in isInSizeCompatModeForBounds()
|
D | DisplayContent.java | 2434 final Rect appBounds = outConfig.windowConfiguration.getAppBounds(); in computeScreenConfiguration() local
|
/frameworks/base/core/java/android/window/ |
D | WindowContainerTransaction.java | 123 @NonNull WindowContainerToken container,@NonNull Rect appBounds) { in setAppBounds()
|