Searched refs:SCREEN_ORIENTATION_UNSET (Results 1 – 9 of 9) sorted by relevance
22 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()
25 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()
23 SCREEN_ORIENTATION_UNSET = -2; enumerator
20 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()
23 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;138 setOrientation(SCREEN_ORIENTATION_UNSET); in Task()
27 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()
28 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;1905 return (canSpecifyOrientation()) ? super.getOrientation() : SCREEN_ORIENTATION_UNSET; in getOrientation()
25 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;769 || getOrientationIgnoreVisibility() == SCREEN_ORIENTATION_UNSET) { in reportDescendantOrientationChangeIfNeeded()1621 return SCREEN_ORIENTATION_UNSET; in getOrientation()
526 SCREEN_ORIENTATION_UNSET,555 public static final int SCREEN_ORIENTATION_UNSET = -2; field in ActivityInfo1262 case SCREEN_ORIENTATION_UNSET: in screenOrientationToString()