Searched refs:ORIENTATION_UNDEFINED (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java293 public static final int ORIENTATION_UNDEFINED = 0; field in class:Configuration
515 case ORIENTATION_UNDEFINED: sb.append(" ?orien"); break;
598 orientation = ORIENTATION_UNDEFINED;
677 if (delta.orientation != ORIENTATION_UNDEFINED
797 if (delta.orientation != ORIENTATION_UNDEFINED
/frameworks/base/media/java/android/media/
H A DExifInterface.java85 public static final int ORIENTATION_UNDEFINED = 0; field in class:ExifInterface
H A DAudioService.java403 private int mDeviceOrientation = Configuration.ORIENTATION_UNDEFINED;
5279 case Configuration.ORIENTATION_UNDEFINED:
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java4413 private int mOrientation = Configuration.ORIENTATION_UNDEFINED;

Completed in 468 milliseconds