Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java22 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
461 testGetOrientation_childSpecifiedConfig(false, SCREEN_ORIENTATION_UNSET, in testGetOrientation_childSpecified()
473 if (childOrientation != SCREEN_ORIENTATION_UNSET) { in testGetOrientation_childSpecifiedConfig()
511 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
512 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation()); in testGetOrientation_InvisibleParentUnsetVisibleChildren()
523 visibleUnset.setOrientation(SCREEN_ORIENTATION_UNSET); in testGetOrientation_setBehind()
551 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnspecifiedRootChild.getOrientation()); in testGetOrientation_fillsParent()
563 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/core/java/android/content/pm/
DActivityInfo.java526 SCREEN_ORIENTATION_UNSET,
555 public static final int SCREEN_ORIENTATION_UNSET = -2; field in ActivityInfo
1263 case SCREEN_ORIENTATION_UNSET: in screenOrientationToString()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java20 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
801 return SCREEN_ORIENTATION_UNSET; in getOrientation()
808 if (mOrientation != SCREEN_ORIENTATION_UNSET in getOrientation()
819 ? SCREEN_ORIENTATION_BEHIND : SCREEN_ORIENTATION_UNSET); in getOrientation()
828 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;
2200 if (orientation != SCREEN_ORIENTATION_UNSET) { in getOrientation()
4458 if (orientation != SCREEN_ORIENTATION_UNSET) { in getOrientation()
4477 if (orientation != SCREEN_ORIENTATION_UNSET in getOrientation()
4686 || req == SCREEN_ORIENTATION_UNSET) {
4718 return SCREEN_ORIENTATION_UNSET; in getOrientation()
4737 return SCREEN_ORIENTATION_UNSET; in getOrientation()
DTaskStack.java28 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
1910 return (canSpecifyOrientation()) ? super.getOrientation() : SCREEN_ORIENTATION_UNSET; in getOrientation()
DAppWindowToken.java25 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
770 || getOrientationIgnoreVisibility() == SCREEN_ORIENTATION_UNSET) { in reportDescendantOrientationChangeIfNeeded()
1637 return SCREEN_ORIENTATION_UNSET; in getOrientation()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12815 Landroid/content/ActivityInfoProto;->SCREEN_ORIENTATION_UNSET:I
13841 Landroid/content/pm/ActivityInfo;->SCREEN_ORIENTATION_UNSET:I