Home
last modified time | relevance | path

Searched defs:displayBounds (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/
DCommonAssertions.kt115 val displayBounds = WindowUtils.getDisplayBounds(rotation) in getPrimaryRegion() constant
126 val displayBounds = WindowUtils.getDisplayBounds(rotation) in getSecondaryRegion() constant
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
DAppPairsHelper.kt36 val displayBounds = WindowUtils.displayBounds in getSecondaryBounds() constant
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/
DSwitchImeWindowsFromGestureNavTest.kt84 val displayBounds = WindowUtils.getDisplayBounds(testSpec.config.startRotation) in buildFlicker() constant
92 val displayBounds = WindowUtils.getDisplayBounds(testSpec.config.startRotation) in buildFlicker() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java188 final Rect displayBounds = mActivity.mDisplayContent.getWindowConfiguration().getBounds(); in testFixedAspectRatioBoundsWithDecorInSquareDisplay() local
1190 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppLaunchedLetterbox() local
1221 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMinAspectRatio() local
1251 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMaxAspectRatio() local
1283 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppWithAspectRatioOverride() local
1316 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_orientationLetterboxBecameSizeCompatAfterRotate() local
1388 final Rect displayBounds = new Rect(display.getBounds()); in testDisplayIgnoreOrientationRequest_newLaunchedOrientationAppInLetterbox() local
1432 final Rect displayBounds = new Rect(display.getBounds()); in testDisplayIgnoreOrientationRequest_newLaunchedMaxAspectApp() local
1649 final Rect displayBounds = new Rect(display.getBounds()); in testTaskDisplayAreaNotFillDisplay() local
DTaskLaunchParamsModifierTests.java525 final Rect displayBounds = new Rect(freeformDisplay.getBounds()); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp() local
1339 final Rect displayBounds = freeformDisplay.getBounds(); in testCascadesToSourceSizeForFreeform() local
1366 final Rect displayBounds = freeformDisplay.getBounds(); in testAdjustBoundsToFitDisplay_TopLeftOutOfDisplay() local
1388 final Rect displayBounds = freeformDisplay.getBounds(); in testAdjustBoundsToFitDisplay_BottomRightOutOfDisplay() local
1635 Rect displayBounds = new Rect(0, 0, 40, 40); in testAdjustBoundsToAvoidConflictAlwaysExits() local
DTaskPositionerTests.java113 final Rect displayBounds = mDisplayContent.getBounds(); in testMoveWindow() local
DWindowProcessControllerTests.java119 final Rect displayBounds = new Rect(0, 0, 2000, 1000); in testDisplayAreaConfigurationListener_verifyConfig() local
DDisplayAreaTest.java424 final Rect displayBounds = new Rect(0, 0, 1800, 2800); in testRestrictAppBoundsToOverrideBounds() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
DPipKeyboardTest.kt81 val displayBounds = WindowUtils.getDisplayBounds(testSpec.config.startRotation) in <lambda>() constant
DPipTransition.kt50 protected val displayBounds = WindowUtils.getDisplayBounds(testSpec.config.startRotation) in <lambda>() constant in com.android.wm.shell.flicker.pip.PipTransition
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/
DResizeLegacySplitScreen.kt167 val displayBounds = WindowUtils.displayBounds in <lambda>() constant
186 val displayBounds = WindowUtils.displayBounds in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayAreaGroup.java49 final Rect displayBounds = mDisplayContent.getBounds(); in isOrientationDifferentFromDisplay() local
DTaskPositioner.java252 final Rect displayBounds = mTmpRect; in register() local
DDisplayHashController.java334 final Rect displayBounds = displayContent.getBounds(); in calculateDisplayHashBoundsLocked() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSnapAlgorithm.java112 @PipBoundsState.StashType int stashType, int stashOffset, Rect displayBounds, in applySnapFraction()
DPipTaskOrganizer.java935 final Rect displayBounds = mPipBoundsState.getDisplayBounds(); in onMovementBoundsChanged() local
1328 final Rect displayBounds = mPipBoundsState.getDisplayBounds(); in computeRotatedBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedAnimationController.java75 float startPos, float endPos, Rect displayBounds) { in getAnimator()
259 SurfaceControl leash, float startValue, float endValue, Rect displayBounds) { in ofYOffset()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java362 final Rect displayBounds = new Rect(0, 0, displayWidth, displayHeight); in calculateDisplayCutoutForRotation() local