Searched refs:activityRect (Results 1 – 1 of 1) sorted by relevance
178 final Rect activityRect = new Rect(); in testDisplayCapture() local190 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() local225 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() local260 mActivity.getWindow().getDecorView().getGlobalVisibleRect(activityRect); in testSingleAppCapture()264 new Point(activityRect.width(), activityRect.height())); in testSingleAppCapture()