Home
last modified time | relevance | path

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

/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionMirroringTest.java178 final Rect activityRect = new Rect(); in testDisplayCapture() local
190 mActivity.getWindow().getDecorView().getGlobalVisibleRect(activityRect); in testDisplayCapture()
194 new Point(activityRect.width(), activityRect.height())); in testDisplayCapture()
210 final Rect activityRect = new Rect(); in testDisplayCapture_rotation() local
225 mActivity.getWindow().getDecorView().getGlobalVisibleRect(activityRect); in testDisplayCapture_rotation()
229 new Point(activityRect.width(), activityRect.height())); in testDisplayCapture_rotation()
247 final Rect activityRect = new Rect(); in testSingleAppCapture() local
260 mActivity.getWindow().getDecorView().getGlobalVisibleRect(activityRect); in testSingleAppCapture()
264 new Point(activityRect.width(), activityRect.height())); in testSingleAppCapture()