/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | CommonAssertions.kt | 263 val displayBounds = WindowUtils.getDisplayBounds(rotation) regex 420 val displayBounds = WindowUtils.getDisplayBounds(rotation) regex 439 val displayBounds = WindowUtils.getDisplayBounds(rotation) regex
|
H A D | SplitScreenUtils.kt | 164 val displayBounds = regex 301 val displayBounds = regex 319 val displayBounds = regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/appcompat/ |
H A D | RepositionFixedPortraitAppTest.kt | 56 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation).bounds regex
|
H A D | RestartAppInSizeCompatModeTest.kt | 86 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.endRotation) regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaGroup.java | 52 final Rect displayBounds = mDisplayContent.getBounds(); in isOrientationDifferentFromDisplay() local
|
H A D | DisplayHashController.java | 334 final Rect displayBounds = displayContent.getBounds(); in calculateDisplayHashBoundsLocked() local
|
H A D | ScreenRotationAnimation.java | 658 Rect displayBounds = mDisplayContent.getBounds(); in startDisplayRotation() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | MovePipOnImeVisibilityChangeTest.kt | 66 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) regex
|
H A D | PipTransition.kt | 37 protected val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | CounterRotatorHelper.java | 50 final Rect displayBounds = displayRotationChange.getEndAbsBounds(); in handleClosingChanges() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SizeCompatTests.java | 703 final Rect displayBounds = mActivity.mDisplayContent.getWindowConfiguration().getBounds(); in testFixedAspectRatioBoundsWithDecorInSquareDisplay() local 1979 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMinAspectRatio() local 2009 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMaxAspectRatio() local 2039 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppWithAspectRatioOverride() local 2136 final Rect displayBounds = new Rect(mActivity.mDisplayContent.getBounds()); in testDisplayIgnoreOrientationRequest_unresizableWithCorrespondingMinAspectRatio() local
|
H A D | TaskLaunchParamsModifierTests.java | 596 final Rect displayBounds = new Rect(freeformDisplay.getBounds()); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp() local 1526 final Rect displayBounds = freeformDisplay.getBounds(); in testCascadesToSourceSizeForFreeform() local 1554 final Rect displayBounds = freeformDisplay.getBounds(); in testCascadesToSourceSizeForFreeformRespectingMinAspectRatio() local 1587 final Rect displayBounds = freeformDisplay.getBounds(); in testCascadesToSourceSizeForFreeformRespectingMaxAspectRatio() local 1619 final Rect displayBounds = freeformDisplay.getBounds(); in testAdjustBoundsToFitDisplay_TopLeftOutOfDisplay() local 1641 final Rect displayBounds = freeformDisplay.getBounds(); in testAdjustBoundsToFitDisplay_BottomRightOutOfDisplay() local 1888 Rect displayBounds = new Rect(0, 0, 40, 40); in testAdjustBoundsToAvoidConflictAlwaysExits() local 1923 private TestDisplayContent createNewDisplayContent(int windowingMode, Rect displayBounds, in createNewDisplayContent()
|
H A D | TaskPositionerTests.java | 113 final Rect displayBounds = mDisplayContent.getBounds(); in testMoveWindow() local
|
H A D | WindowProcessControllerTests.java | 136 final Rect displayBounds = new Rect(0, 0, 2000, 1000); in testDisplayAreaConfigurationListener_verifyConfig() local
|
H A D | DisplayAreaTest.java | 428 final Rect displayBounds = new Rect(0, 0, 1800, 2800); in testRestrictAppBoundsToOverrideBounds() local
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ |
H A D | OpenImeWindowToFixedPortraitAppTest.kt | 91 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/ |
H A D | SwitchAppByDoubleTapDividerBenchmark.kt | 122 val displayBounds = WindowUtils.getDisplayBounds(rotation) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/ |
H A D | DismissSplitScreenByDivider.kt | 85 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.endRotation) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedAnimationController.java | 75 float startPos, float endPos, Rect displayBounds) { in getAnimator() 259 SurfaceControl leash, float startValue, float endValue, Rect displayBounds) { in ofYOffset()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/ |
H A D | SwitchAppByDoubleTapDivider.kt | 142 val displayBounds = WindowUtils.getDisplayBounds(rotation) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipSnapAlgorithm.java | 112 @PipBoundsState.StashType int stashType, int stashOffset, Rect displayBounds, in applySnapFraction()
|
H A D | PhoneSizeSpecSource.kt | 88 val displayBounds = pipDisplayLayoutState.displayBounds regex
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/ |
H A D | TaskTransitionTest.kt | 125 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipBoundsAlgorithm.java | 137 final Rect displayBounds = mTvPipBoundsState.getDisplayBounds(); in getTvPipPlacement() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTransition.java | 441 final Rect displayBounds = mPipDisplayLayoutState.getDisplayBounds(); in onFinishResize() local 966 final Rect displayBounds = mPipDisplayLayoutState.getDisplayBounds(); in computeEnterPipRotatedBounds() local
|