Searched refs:getDeviceOrientation (Results 1 – 13 of 13) sorted by relevance
128 textureView, cameraDimensions.x, cameraDimensions.y, delegate.getDeviceOrientation()); in updatePreviewVideoScaling()133 textureView, cameraDimensions.y, cameraDimensions.x, delegate.getDeviceOrientation()); in updatePreviewVideoScaling()
50 int getDeviceOrientation(); in getDeviceOrientation() method
102 public DeviceOrientation getDeviceOrientation(); in getDeviceOrientation() method
105 public DeviceOrientation getDeviceOrientation() { in getDeviceOrientation() method in OrientationManagerImpl
69 mOrientationManager.getDeviceOrientation().getDegrees(), mFrontFacing); in toImageRotation()
198 public int getDeviceOrientation() { in getDeviceOrientation() method in MockVideoProvider
391 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_0; in testSetDeviceOrientation()400 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_90; in testSetDeviceOrientation()
195 resource.getOrientationManager().getDeviceOrientation().getDegrees(), in takePictureNow()
1054 videoCallScreenDelegate.getDeviceOrientation()); in updatePreviewVideoScaling()1060 videoCallScreenDelegate.getDeviceOrientation()); in updatePreviewVideoScaling()
452 .getDeviceOrientation(); in onShutterButtonLongPressed()537 int orientation = mAppController.getOrientationManager().getDeviceOrientation() in takePictureNow()
1181 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in initializeRecorder()1738 mUI.onOrientationChanged(orientationManager, orientationManager.getDeviceOrientation()); in resume()
1144 mAppController.getOrientationManager().getDeviceOrientation().getDegrees(); in capture()
413 public int getDeviceOrientation() { in getDeviceOrientation() method in VideoCallPresenter