Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java202 rotateUiByRotationDegrees(mLocalFgService.getCurrentRotation());
205 rotateUiByRotationDegrees(rotation);
511 rotateUiByRotationDegrees(mLocalFgService.getCurrentRotation(), in setHighQualityMode()
532 private void rotateUiByRotationDegrees(int rotation) { in rotateUiByRotationDegrees() method in DeviceAsWebcamPreview
533 rotateUiByRotationDegrees(rotation, /*animate*/ ROTATION_ANIMATION_DURATION_MS); in rotateUiByRotationDegrees()
536 private void rotateUiByRotationDegrees(int rotation, long animationDuration) { in rotateUiByRotationDegrees() method in DeviceAsWebcamPreview
697 rotateUiByRotationDegrees(mLocalFgService.getCurrentRotation()); in onResume()
699 runOnUiThread(() -> rotateUiByRotationDegrees(rotation))); in onResume()