Searched defs:ORIENTATION_UNDEFINED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java85 public static final int ORIENTATION_UNDEFINED = 0; field in class:ExifInterface
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java404 public static final int ORIENTATION_UNDEFINED = 0; field in class:Configuration
717 case ORIENTATION_UNDEFINED: sb.append(" ?orien"); break;
801 orientation = ORIENTATION_UNDEFINED;
890 if (delta.orientation != ORIENTATION_UNDEFINED
1031 if (delta.orientation != ORIENTATION_UNDEFINED
1722 ORIENTATION_UNDEFINED);
1778 if (config.orientation != ORIENTATION_UNDEFINED) {

Completed in 46 milliseconds