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

/frameworks/base/media/java/android/media/
H A DExifInterface.java100 public static final int ORIENTATION_UNDEFINED = 0; field in class:ExifInterface
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java433 public static final int ORIENTATION_UNDEFINED = 0; field in class:Configuration
746 case ORIENTATION_UNDEFINED: sb.append(" ?orien"); break;
830 orientation = ORIENTATION_UNDEFINED;
919 if (delta.orientation != ORIENTATION_UNDEFINED
1060 if (delta.orientation != ORIENTATION_UNDEFINED
1776 ORIENTATION_UNDEFINED);
1832 if (config.orientation != ORIENTATION_UNDEFINED) {

Completed in 205 milliseconds