Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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
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
DActivityRecordTests.java3093 final Rect activityBounds = new Rect(100, 400, 300, 600); in testTransitionAnimationBounds_returnTaskFragment() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
DTvPipMenuTests.kt66 val activityBounds: Rect = in <lambda>() constant