Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamFgService.java341 public int getCurrentRotation() { in getCurrentRotation() method in DeviceAsWebcamFgService
347 return mCameraController.getCurrentRotation(); in getCurrentRotation()
DDeviceAsWebcamPreview.java202 rotateUiByRotationDegrees(mLocalFgService.getCurrentRotation());
511 rotateUiByRotationDegrees(mLocalFgService.getCurrentRotation(), in setHighQualityMode()
697 rotateUiByRotationDegrees(mLocalFgService.getCurrentRotation()); in onResume()
DCameraController.java334 hardwareBuffer, ts, getCurrentRotation()) != 0)) {
1407 public int getCurrentRotation() { in getCurrentRotation() method