Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DExtensionTest.java143 final Rect activityBounds = in testExtensionInterface_getWindowLayoutInfo() local
146 assertThat(featureRect.right).isAtMost(activityBounds.width()); in testExtensionInterface_getWindowLayoutInfo()
147 assertThat(featureRect.bottom).isAtMost(activityBounds.height()); in testExtensionInterface_getWindowLayoutInfo()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsActivityTests.java330 final Rect activityBounds = in assertMetricsValidityForNonresizableActivity() local
335 + "activity bounds, when sandboxed", activityBounds, maxBounds); in assertMetricsValidityForNonresizableActivity()
DCompatChangeTests.java491 final Rect activityBounds = activity.getBounds(); in assertSandboxed() local
498 activityBounds, maxBounds); in assertSandboxed()