Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManager.java102 public DeviceOrientation getDeviceOrientation(); in getDeviceOrientation() method
DOrientationManagerImpl.java105 public DeviceOrientation getDeviceOrientation() { in getDeviceOrientation() method in OrientationManagerImpl
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageRotationCalculatorImpl.java69 mOrientationManager.getDeviceOrientation().getDegrees(), mFrontFacing); in toImageRotation()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoProviderTest.java216 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_0; in testSetDeviceOrientation()
225 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_90; in testSetDeviceOrientation()
DMockVideoProvider.java194 public int getDeviceOrientation() { in getDeviceOrientation() method in MockVideoProvider
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceCaptureToolsImpl.java195 resource.getOrientationManager().getDeviceOrientation().getDegrees(), in takePictureNow()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java452 .getDeviceOrientation(); in onShutterButtonLongPressed()
537 int orientation = mAppController.getOrientationManager().getDeviceOrientation() in takePictureNow()
DVideoModule.java1179 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in initializeRecorder()
1760 mUI.onOrientationChanged(orientationManager, orientationManager.getDeviceOrientation()); in resume()
DPhotoModule.java1144 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in capture()