Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java106 private int deviceOrientation = InCallOrientationEventListener.SCREEN_ORIENTATION_UNKNOWN; field in VideoCallPresenter
304 deviceOrientation = InCallOrientationEventListener.getCurrentOrientation(); in onVideoCallScreenUiReady()
414 return deviceOrientation; in getDeviceOrientation()
814 deviceOrientation != InCallOrientationEventListener.SCREEN_ORIENTATION_UNKNOWN); in adjustVideoMode()
815 videoCall.setDeviceOrientation(deviceOrientation); in adjustVideoMode()
1010 deviceOrientation, in onDeviceOrientationChanged()
1012 deviceOrientation = orientation; in onDeviceOrientationChanged()
/packages/apps/Camera2/src/com/android/camera/burst/
DToastingBurstFacadeDecorator.java74 DeviceOrientation deviceOrientation, Facing cameraFacing, int imageOrientationDegrees) { in startBurst() argument
76 mBurstFacade.startBurst(captureSessionCreator, deviceOrientation, cameraFacing, in startBurst()
DBurstFacadeImpl.java125 DeviceOrientation deviceOrientation, in startBurst() argument
140 Log.d(TAG, "Starting burst. Device orientation: " + deviceOrientation.getDegrees() in startBurst()
DBurstFacade.java49 DeviceOrientation deviceOrientation, in startBurst() argument
DBurstFacadeFactory.java44 DeviceOrientation deviceOrientation, Facing cameraFacing, in startBurst() argument
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java1313 int deviceOrientation, in getImageRotation() argument
1317 deviceOrientation = (360 - deviceOrientation) % 360; in getImageRotation()
1319 return (sensorOrientation + deviceOrientation) % 360; in getImageRotation()
/packages/apps/Camera2/src/com/android/camera/
DTextureViewHelper.java285 OrientationManager.DeviceOrientation deviceOrientation =
292 switch (deviceOrientation) {
DVideoModule.java485 OrientationManager.DeviceOrientation deviceOrientation) { in onOrientationChanged() argument
486 mUI.onOrientationChanged(orientationManager, deviceOrientation); in onOrientationChanged()
1180 int deviceOrientation = in initializeRecorder() local
1183 sensorOrientation, deviceOrientation, isCameraFrontFacing()); in initializeRecorder()
DVideoUI.java256 OrientationManager.DeviceOrientation deviceOrientation) { in onOrientationChanged() argument
DCaptureModule.java451 DeviceOrientation deviceOrientation = mAppController.getOrientationManager() in onShutterButtonLongPressed() local
463 deviceOrientation, in onShutterButtonLongPressed()
DPhotoModule.java1143 int deviceOrientation = in capture() local
1147 CameraUtil.getImageRotation(sensorOrientation, deviceOrientation, isFrontCamera); in capture()