Home
last modified time | relevance | path

Searched defs:activityBounds (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDualDisplayAreaGroupPolicyTest.java208 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchPortraitApp_fillsDisplayAreaGroup() local
225 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchPortraitApp_sizeCompatAfterRotation() local
274 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchLandscapeApp_activityIsLetterboxForFixedOrientationInDisplayAreaGroup() local
314 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchLandscapeApp_fixedOrientationLetterboxBecomesSizeCompatAfterRotation() local
H A DSizeCompatTests.java1980 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMinAspectRatio() local
2010 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMaxAspectRatio() local
2040 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppWithAspectRatioOverride() local
2137 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_unresizableWithCorrespondingMinAspectRatio() local
2164 final Rect activityBounds = new Rect(mActivity.getBounds()); in testComputeConfigResourceOverrides_unresizableApp() local
H A DActivityRecordTests.java3103 final Rect activityBounds = new Rect(100, 400, 300, 600); in testTransitionAnimationBounds_returnTaskFragment() local