Home
last modified time | relevance | path

Searched defs:stableBounds (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/tiling/
DDesktopTilingWindowDecorationTest.kt151 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
179 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
206 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
243 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
267 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
296 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
333 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
369 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
405 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
472 val stableBounds = STABLE_BOUNDS_MOCK in <lambda>() constant
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DLaunchParamsUtil.java76 @NonNull Rect stableBounds) { in getDefaultFreeformSize()
142 final Rect stableBounds = TMP_STABLE_BOUNDS; in adjustBoundsToFitInDisplayArea() local
207 static void calculateLayoutBounds(@NonNull Rect stableBounds, in calculateLayoutBounds()
242 @NonNull Rect inOutBounds, @NonNull Rect stableBounds) { in applyLayoutGravity()
DDesktopModeBoundsCalculator.java72 final Rect stableBounds = new Rect(); in updateInitialBounds() local
134 @NonNull ActivityRecord activity, @NonNull Rect stableBounds, in calculateInitialBounds()
341 private static Rect respectShellCascading(@NonNull Size desiredSize, @NonNull Rect stableBounds, in respectShellCascading()
DTaskLaunchParamsModifier.java643 final Rect stableBounds = mTmpStableBounds; in getLayoutBounds() local
DTaskFragment.java2367 final Rect stableBounds = decorInsets.mOverrideConfigFrame; in resolveTmpOverrides() local
DTask.java2258 final Rect stableBounds = new Rect(); in computeFreeformBounds() local
DActivityRecord.java8031 final Rect stableBounds = new Rect(); in resolveFixedOrientationConfiguration() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeUtils.kt78 val stableBounds = Rect() in calculateInitialBounds() constant
170 val stableBounds = Rect() in calculateMaximizeBounds() constant
251 val stableBounds = Rect() in isTaskMaximized() constant
DDesktopTasksController.kt1551 val stableBounds = Rect().apply { displayLayout?.getStableBounds(this) } in <lambda>() constant
1729 val stableBounds = Rect() in <lambda>() constant
2770 val stableBounds = Rect() in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeUtilsTest.kt64 val stableBounds = Rect(1, 1, 1, 1) constant
DDesktopTasksControllerTest.kt519 val stableBounds = Rect().apply { displayLayout.getStableBounds(this) } in <lambda>() constant
526 val stableBounds = Rect().apply { displayLayout.getStableBounds(this) } in <lambda>() constant
555 val stableBounds = Rect().apply { displayLayout.getStableBounds(this) } in <lambda>() constant
1249 val stableBounds = Rect() in <lambda>() constant
1267 val stableBounds = Rect() in <lambda>() constant
1282 val stableBounds = Rect() in <lambda>() constant
1300 val stableBounds = Rect() in <lambda>() constant
1318 val stableBounds = Rect() in <lambda>() constant
1336 val stableBounds = Rect() in <lambda>() constant
1354 val stableBounds = Rect() in <lambda>() constant
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/tiling/
DDesktopTilingDecorViewModel.kt164 val stableBounds = Rect() in getRightSnapBoundsIfTiled() constant
185 val stableBounds = Rect() in getLeftSnapBoundsIfTiled() constant
DDesktopTilingWindowDecoration.kt288 val stableBounds = Rect() in onDividerHandleMoved() constant
783 val stableBounds = Rect() in getSnapBounds() constant
820 val stableBounds = Rect() in inflateDividerBounds() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DUserAspectRatioSettingsWindowManagerTest.java281 final Rect stableBounds = mWindowManager.getTaskStableBounds(); in testEligibleButtonHiddenIfLetterboxBoundsEqualToStableBounds() local
307 final Rect stableBounds = mWindowManager.getTaskStableBounds(); in testUserFullscreenOverrideEnabled_buttonAlwaysShown() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DImeListenerTest.kt84 val stableBounds = Rect() in createInsetsStateWithIme() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DCaptionWindowDecoration.java146 final Rect stableBounds = new Rect(); in calculateValidDragArea() local
185 private int determineMaxY(int requiredEmptySpace, Rect stableBounds) { in determineMaxY()
DMultiDisplayVeiledResizeTaskPositioner.kt61 private val stableBounds = Rect() constant
DDragPositioningCallbackUtility.java70 Rect stableBounds, PointF delta, DisplayController displayController, in changeBounds()
DDesktopModeWindowDecoration.java1325 final Rect stableBounds = new Rect(); in calculateValidDragArea() local
1364 private int determineMaxY(int requiredEmptySpace, Rect stableBounds) { in determineMaxY()
DDesktopModeWindowDecorViewModel.java717 final Rect stableBounds = new Rect(); in createToggleSizeInteraction() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIWindowManager.java206 final Rect stableBounds = getTaskStableBounds(); in shouldShowSizeCompatRestartButton() local
DUserAspectRatioSettingsWindowManager.java260 final Rect stableBounds = getTaskStableBounds(); in shouldShowUserAspectRatioSettingsButton() local