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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java395 public static final int ORIENTATION_UNDEFINED = 0; field in class:Configuration
691 case ORIENTATION_UNDEFINED: sb.append(" ?orien"); break;
774 orientation = ORIENTATION_UNDEFINED;
863 if (delta.orientation != ORIENTATION_UNDEFINED
1004 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.java417 private int mDeviceOrientation = Configuration.ORIENTATION_UNDEFINED;
4422 case Configuration.ORIENTATION_UNDEFINED:
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java374 config.orientation = Configuration.ORIENTATION_UNDEFINED;

Completed in 96 milliseconds