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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java482 SCREEN_ORIENTATION_UNSPECIFIED,
504 * Different from {@link #SCREEN_ORIENTATION_UNSPECIFIED} below as the app can set its
505 * orientation to {@link #SCREEN_ORIENTATION_UNSPECIFIED} while this means that the app didn't
507 * {@link #SCREEN_ORIENTATION_UNSPECIFIED}.
515 public static final int SCREEN_ORIENTATION_UNSPECIFIED = -1; field in class:ActivityInfo
605 * {@link #SCREEN_ORIENTATION_UNSPECIFIED},
623 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
1099 if (screenOrientation != SCREEN_ORIENTATION_UNSPECIFIED

Completed in 63 milliseconds