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.java388 public static final int ORIENTATION_UNDEFINED = 0; field in class:Configuration
651 case ORIENTATION_UNDEFINED: sb.append(" ?orien"); break;
734 orientation = ORIENTATION_UNDEFINED;
817 if (delta.orientation != ORIENTATION_UNDEFINED
951 if (delta.orientation != ORIENTATION_UNDEFINED

Completed in 81 milliseconds