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

  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 9 public static enum DeviceNaturalOrientation {
14 private DeviceNaturalOrientation(int orientation) {
97 public DeviceNaturalOrientation getDeviceNaturalOrientation();
OrientationManagerImpl.java 99 public DeviceNaturalOrientation getDeviceNaturalOrientation() {
100 return mIsDefaultToPortrait ? DeviceNaturalOrientation.PORTRAIT :
101 DeviceNaturalOrientation.LANDSCAPE;
  /packages/apps/Camera2/src/com/android/camera/captureintent/
PreviewTransformCalculator.java 53 if (mOrientationManager.getDeviceNaturalOrientation() == OrientationManager.DeviceNaturalOrientation.PORTRAIT) {

Completed in 71 milliseconds