HomeSort by relevance Sort by last modified time
    Searched refs:SCREEN_ORIENTATION_UNSET (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
AppWindowTokenTests.java 31 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
185 assertEquals(SCREEN_ORIENTATION_UNSET, token.getOrientation());
WindowContainerTests.java 34 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
406 testGetOrientation_childSpecifiedConfig(false, SCREEN_ORIENTATION_UNSET,
418 if (childOrientation != SCREEN_ORIENTATION_UNSET) {
456 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET);
457 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation());
469 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET);
497 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnspecifiedRootChild.getOrientation());
510 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnspecifiedRootChild.getOrientation());
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowContainer.java 20 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
525 * is one set, or {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_UNSET} if no
537 return SCREEN_ORIENTATION_UNSET;
544 if (mOrientation != SCREEN_ORIENTATION_UNSET
552 // TODO: Maybe mOrientation should default to SCREEN_ORIENTATION_UNSET vs.
555 ? SCREEN_ORIENTATION_BEHIND : SCREEN_ORIENTATION_UNSET);
564 if (orientation == SCREEN_ORIENTATION_UNSET) {
Task.java 25 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
118 setOrientation(SCREEN_ORIENTATION_UNSET);
AppWindowToken.java 24 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
    [all...]
DisplayContent.java 24 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
    [all...]
TaskStack.java 24 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
    [all...]
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 481 SCREEN_ORIENTATION_UNSET,
510 public static final int SCREEN_ORIENTATION_UNSET = -2;
    [all...]

Completed in 1014 milliseconds