Home
last modified time | relevance | path

Searched refs:orientationManager (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageRotationCalculatorImpl.java48 public ImageRotationCalculatorImpl(OrientationManager orientationManager, in ImageRotationCalculatorImpl() argument
52 mOrientationManager = orientationManager; in ImageRotationCalculatorImpl()
58 public static ImageRotationCalculator from(OrientationManager orientationManager, in from() argument
62 return new ImageRotationCalculatorImpl(orientationManager, sensorOrientation, in from()
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceConstructedImpl.java73 OrientationManager orientationManager, in create() argument
84 oneCameraManager, locationManager, orientationManager, settingsManager, burstFacade, in create()
97 OrientationManager orientationManager, in ResourceConstructedImpl() argument
112 mOrientationManager = orientationManager; in ResourceConstructedImpl()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DPreviewTransformCalculator.java32 public PreviewTransformCalculator(OrientationManager orientationManager) { in PreviewTransformCalculator() argument
33 mOrientationManager = orientationManager; in PreviewTransformCalculator()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java487 public void onOrientationChanged(OrientationManager orientationManager, in onOrientationChanged() argument
489 mUI.onOrientationChanged(orientationManager, deviceOrientation); in onOrientationChanged()
1748 OrientationManager orientationManager = mAppController.getOrientationManager(); in resume() local
1749 orientationManager.addOnOrientationChangeListener(this); in resume()
1750 mUI.onOrientationChanged(orientationManager, orientationManager.getDeviceOrientation()); in resume()
DVideoUI.java255 public void onOrientationChanged(OrientationManager orientationManager, in onOrientationChanged() argument
/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManager.java79 public void onOrientationChanged(OrientationManager orientationManager, in onOrientationChanged() argument