Home
last modified time | relevance | path

Searched refs:SCREEN_ORIENTATION_UNSET (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java22 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
465 testGetOrientation_childSpecifiedConfig(false, SCREEN_ORIENTATION_UNSET, in testGetOrientation_childSpecified()
477 if (childOrientation != SCREEN_ORIENTATION_UNSET) { in testGetOrientation_childSpecifiedConfig()
515 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
516 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation()); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
527 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_setBehind()
555 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnspecifiedRootChild.getOrientation()); in testGetOrientation_fillsParent()
567 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnspecifiedRootChild.getOrientation()); in testGetOrientation_fillsParent()
DAppWindowTokenTests.java25 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
277 assertEquals(SCREEN_ORIENTATION_UNSET, mToken.getOrientation()); in testGetOrientation()
335 assertEquals(SCREEN_ORIENTATION_UNSET, mToken.getOrientation()); in testSetOrientation()
/frameworks/base/core/proto/android/content/
Dactivityinfo.proto23 SCREEN_ORIENTATION_UNSET = -2; enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java20 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
799 return SCREEN_ORIENTATION_UNSET; in getOrientation()
806 if (mOrientation != SCREEN_ORIENTATION_UNSET in getOrientation()
817 ? SCREEN_ORIENTATION_BEHIND : SCREEN_ORIENTATION_UNSET); in getOrientation()
826 if (orientation == SCREEN_ORIENTATION_UNSET) { in getOrientation()
DTask.java23 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
138 setOrientation(SCREEN_ORIENTATION_UNSET); in Task()
DDisplayContent.java27 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
2193 if (orientation != SCREEN_ORIENTATION_UNSET) { in getOrientation()
4446 if (orientation != SCREEN_ORIENTATION_UNSET) { in getOrientation()
4465 if (orientation != SCREEN_ORIENTATION_UNSET in getOrientation()
4672 || req == SCREEN_ORIENTATION_UNSET) {
4704 return SCREEN_ORIENTATION_UNSET; in getOrientation()
4723 return SCREEN_ORIENTATION_UNSET; in getOrientation()
DTaskStack.java28 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
1905 return (canSpecifyOrientation()) ? super.getOrientation() : SCREEN_ORIENTATION_UNSET; in getOrientation()
DAppWindowToken.java25 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
769 || getOrientationIgnoreVisibility() == SCREEN_ORIENTATION_UNSET) { in reportDescendantOrientationChangeIfNeeded()
1621 return SCREEN_ORIENTATION_UNSET; in getOrientation()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java526 SCREEN_ORIENTATION_UNSET,
555 public static final int SCREEN_ORIENTATION_UNSET = -2; field in ActivityInfo
1262 case SCREEN_ORIENTATION_UNSET: in screenOrientationToString()