HomeSort by relevance Sort by last modified time
    Searched refs:orientationManager (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageRotationCalculatorImpl.java 24 import com.android.camera.app.OrientationManager;
39 private final OrientationManager mOrientationManager;
48 public ImageRotationCalculatorImpl(OrientationManager orientationManager,
52 mOrientationManager = orientationManager;
58 public static ImageRotationCalculator from(OrientationManager orientationManager,
62 return new ImageRotationCalculatorImpl(orientationManager, sensorOrientation,
67 public OrientationManager.DeviceOrientation toImageRotation() {
70 return OrientationManager.DeviceOrientation.from(imageRotation)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 8 public interface OrientationManager {
76 * @param orientationManager The orientation manager detects the change.
79 public void onOrientationChanged(OrientationManager orientationManager,
85 * {@link com.android.camera.app.OrientationManager.OnOrientationChangeListener}.
  /packages/apps/Camera2/src/com/android/camera/captureintent/
PreviewTransformCalculator.java 19 import com.android.camera.app.OrientationManager;
30 private final OrientationManager mOrientationManager;
32 public PreviewTransformCalculator(OrientationManager orientationManager) {
33 mOrientationManager = orientationManager;
53 if (mOrientationManager.getDeviceNaturalOrientation() == OrientationManager.DeviceNaturalOrientation.PORTRAIT) {
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceConstructedImpl.java 28 import com.android.camera.app.OrientationManager;
48 private final OrientationManager mOrientationManager;
73 OrientationManager orientationManager,
84 oneCameraManager, locationManager, orientationManager, settingsManager, burstFacade,
97 OrientationManager orientationManager,
112 mOrientationManager = orientationManager;
172 public OrientationManager getOrientationManager() {
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 30 import com.android.camera.app.OrientationManager;
255 public void onOrientationChanged(OrientationManager orientationManager,
256 OrientationManager.DeviceOrientation deviceOrientation) {
VideoModule.java 57 import com.android.camera.app.OrientationManager;
93 OrientationManager.OnOrientationChangeListener, VideoController {
487 public void onOrientationChanged(OrientationManager orientationManager,
488 OrientationManager.DeviceOrientation deviceOrientation) {
489 mUI.onOrientationChanged(orientationManager, deviceOrientation);
    [all...]

Completed in 117 milliseconds