Home
last modified time | relevance | path

Searched refs:dagBounds (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDualDisplayAreaGroupPolicyTest.java169 final Rect dagBounds = new Rect(mFirstRoot.getBounds()); in testLaunchPortraitApp_fillsDisplayAreaGroup() local
176 assertThat(taskBounds).isEqualTo(dagBounds); in testLaunchPortraitApp_fillsDisplayAreaGroup()
187 final Rect dagBounds = new Rect(mFirstRoot.getBounds()); in testLaunchPortraitApp_sizeCompatAfterRotation() local
200 assertThat(newDagBounds.width()).isEqualTo(dagBounds.height()); in testLaunchPortraitApp_sizeCompatAfterRotation()
201 assertThat(newDagBounds.height()).isEqualTo(dagBounds.width()); in testLaunchPortraitApp_sizeCompatAfterRotation()
220 final Rect dagBounds = new Rect(mFirstRoot.getBounds()); in testLaunchLandscapeApp_activityIsLetterboxForFixedOrientationInDisplayAreaGroup() local
228 assertThat(taskBounds).isEqualTo(dagBounds); in testLaunchLandscapeApp_activityIsLetterboxForFixedOrientationInDisplayAreaGroup()
231 .isEqualTo(dagBounds.width() * dagBounds.width() / dagBounds.height()); in testLaunchLandscapeApp_activityIsLetterboxForFixedOrientationInDisplayAreaGroup()
241 final Rect dagBounds = new Rect(mFirstRoot.getBounds()); in testLaunchLandscapeApp_fixedOrientationLetterboxBecomesSizeCompatAfterRotation() local
252 assertThat(newDagBounds.width()).isEqualTo(dagBounds.height()); in testLaunchLandscapeApp_fixedOrientationLetterboxBecomesSizeCompatAfterRotation()
[all …]