Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java128 textureView, cameraDimensions.x, cameraDimensions.y, delegate.getDeviceOrientation()); in updatePreviewVideoScaling()
133 textureView, cameraDimensions.y, cameraDimensions.x, delegate.getDeviceOrientation()); in updatePreviewVideoScaling()
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreenDelegate.java50 int getDeviceOrientation(); in getDeviceOrientation() method
/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/
DMockVideoProvider.java198 public int getDeviceOrientation() { in getDeviceOrientation() method in MockVideoProvider
DVideoProviderTest.java391 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_0; in testSetDeviceOrientation()
400 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_90; in testSetDeviceOrientation()
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceCaptureToolsImpl.java195 resource.getOrientationManager().getDeviceOrientation().getDegrees(), in takePictureNow()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java1054 videoCallScreenDelegate.getDeviceOrientation()); in updatePreviewVideoScaling()
1060 videoCallScreenDelegate.getDeviceOrientation()); in updatePreviewVideoScaling()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java452 .getDeviceOrientation(); in onShutterButtonLongPressed()
537 int orientation = mAppController.getOrientationManager().getDeviceOrientation() in takePictureNow()
DVideoModule.java1180 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in initializeRecorder()
1750 mUI.onOrientationChanged(orientationManager, orientationManager.getDeviceOrientation()); in resume()
DPhotoModule.java1144 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in capture()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java413 public int getDeviceOrientation() { in getDeviceOrientation() method in VideoCallPresenter