| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
| D | CommonAssertions.kt | 263 val displayBounds = WindowUtils.getDisplayBounds(rotation) in LayerTraceEntrySubject() constant 420 val displayBounds = WindowUtils.getDisplayBounds(rotation) in getPrimaryRegion() constant 439 val displayBounds = WindowUtils.getDisplayBounds(rotation) in getSecondaryRegion() constant
|
| D | SplitScreenUtils.kt | 164 val displayBounds = in <lambda>() constant 301 val displayBounds = in <lambda>() constant 319 val displayBounds = in <lambda>() constant
|
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/appcompat/ |
| D | RepositionFixedPortraitAppTest.kt | 56 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation).bounds constant
|
| D | RestartAppInSizeCompatModeTest.kt | 86 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.endRotation) in appLayerKeepVisible() constant
|
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
| D | MovePipOnImeVisibilityChangeTest.kt | 66 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) in pipInVisibleBounds() constant
|
| D | PipTransition.kt | 37 protected val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) in <lambda>() constant
|
| /frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ |
| D | OpenImeWindowToFixedPortraitAppTest.kt | 91 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) in appWindowWithLetterboxCoversExactlyOnScreen() constant
|
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/benchmark/ |
| D | SwitchAppByDoubleTapDividerBenchmark.kt | 122 val displayBounds = WindowUtils.getDisplayBounds(rotation) in <lambda>() constant
|
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/ |
| D | DismissSplitScreenByDivider.kt | 85 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.endRotation) in splitScreenDividerBecomesInvisible() constant
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | DisplayAreaGroup.java | 52 final Rect displayBounds = mDisplayContent.getBounds(); in isOrientationDifferentFromDisplay() local
|
| D | DisplayHashController.java | 334 final Rect displayBounds = displayContent.getBounds(); in calculateDisplayHashBoundsLocked() local
|
| D | ScreenRotationAnimation.java | 658 Rect displayBounds = mDisplayContent.getBounds(); in startDisplayRotation() local
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
| D | CounterRotatorHelper.java | 50 final Rect displayBounds = displayRotationChange.getEndAbsBounds(); in handleClosingChanges() local
|
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/ |
| D | SwitchAppByDoubleTapDivider.kt | 142 val displayBounds = WindowUtils.getDisplayBounds(rotation) in <lambda>() constant
|
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| 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
|
| 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()
|
| D | TaskPositionerTests.java | 113 final Rect displayBounds = mDisplayContent.getBounds(); in testMoveWindow() local
|
| D | WindowProcessControllerTests.java | 136 final Rect displayBounds = new Rect(0, 0, 2000, 1000); in testDisplayAreaConfigurationListener_verifyConfig() local
|
| D | DisplayAreaTest.java | 428 final Rect displayBounds = new Rect(0, 0, 1800, 2800); in testRestrictAppBoundsToOverrideBounds() local
|
| /frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/ |
| D | TaskTransitionTest.kt | 125 val displayBounds = WindowUtils.getDisplayBounds(flicker.scenario.startRotation) in transitionHasColorBackground() constant
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
| D | PhoneSizeSpecSource.kt | 88 val displayBounds = pipDisplayLayoutState.displayBounds in getMaxSize() constant
|
| D | PipSnapAlgorithm.java | 112 @PipBoundsState.StashType int stashType, int stashOffset, Rect displayBounds, in applySnapFraction()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
| D | OneHandedAnimationController.java | 75 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/pip/tv/ |
| D | TvPipBoundsAlgorithm.java | 137 final Rect displayBounds = mTvPipBoundsState.getDisplayBounds(); in getTvPipPlacement() local
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
| D | PipTransition.java | 441 final Rect displayBounds = mPipDisplayLayoutState.getDisplayBounds(); in onFinishResize() local 966 final Rect displayBounds = mPipDisplayLayoutState.getDisplayBounds(); in computeEnterPipRotatedBounds() local
|