Searched defs:activityBounds (Results 1 – 4 of 4) sorted by relevance
201 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchPortraitApp_fillsDisplayAreaGroup() local218 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchPortraitApp_sizeCompatAfterRotation() local267 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchLandscapeApp_activityIsLetterboxForFixedOrientationInDisplayAreaGroup() local307 final Rect activityBounds = new Rect(mFirstActivity.getBounds()); in testLaunchLandscapeApp_fixedOrientationLetterboxBecomesSizeCompatAfterRotation() local
1877 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMinAspectRatio() local1907 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppRespectMaxAspectRatio() local1937 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_fixedOrientationAppWithAspectRatioOverride() local1968 final Rect activityBounds = new Rect(mActivity.getBounds()); in testDisplayIgnoreOrientationRequest_unresizableWithCorrespondingMinAspectRatio() local1995 final Rect activityBounds = new Rect(mActivity.getBounds()); in testComputeConfigResourceOverrides_unresizableApp() local
3078 final Rect activityBounds = new Rect(100, 400, 300, 600); in testTransitionAnimationBounds_returnTaskFragment() local
64 val activityBounds: Rect = testApp.ui?.visibleBounds in <lambda>() constant