Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java157 int displayRotation = activity.getWindowManager().getDefaultDisplay().getRotation(); in updatePreviewDisplayRotation() local
161 switch (displayRotation) { in updatePreviewDisplayRotation()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2355 int displayRotation = display.getRotation(); in testCameraOrientationAlignedWithDevice() local
2356 if (displayRotation == Surface.ROTATION_90 || displayRotation == Surface.ROTATION_270) { in testCameraOrientationAlignedWithDevice()