Home
last modified time | relevance | path

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

/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionMirroringTest.java176 final WindowMetrics maxWindowMetrics = in testDisplayCapture() local
185 mVirtualDisplay = createVirtualDisplay(maxWindowMetrics.getBounds(), "testDisplayCapture"); in testDisplayCapture()
208 final WindowMetrics maxWindowMetrics = in testDisplayCapture_rotation() local
218 mVirtualDisplay = createVirtualDisplay(maxWindowMetrics.getBounds(), in testDisplayCapture_rotation()
245 final WindowMetrics maxWindowMetrics = in testSingleAppCapture() local
254 mVirtualDisplay = createVirtualDisplay(maxWindowMetrics.getBounds(), in testSingleAppCapture()
DMediaProjectionTest.java218 Rect maxWindowMetrics = mActivity.getSystemService( in testCallbackOnCapturedContentResize() local
221 new Point(maxWindowMetrics.width(), maxWindowMetrics.height())); in testCallbackOnCapturedContentResize()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DManifestLayoutTests.java197 private static @NonNull Rect getStableBounds(@NonNull WindowMetrics maxWindowMetrics) { in getStableBounds() argument
198 final Rect stableBounds = new Rect(maxWindowMetrics.getBounds()); in getStableBounds()
199 stableBounds.inset(maxWindowMetrics.getWindowInsets().getInsetsIgnoringVisibility( in getStableBounds()