Searched refs:SCREEN_ORIENTATION_UNSPECIFIED (Results 1 – 25 of 26) sorted by relevance
12
21 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;197 int mLastKeyguardForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED;221 if (req == SCREEN_ORIENTATION_UNSPECIFIED || req == SCREEN_ORIENTATION_BEHIND250 if (req != SCREEN_ORIENTATION_UNSET && req != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()
19 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;107 private int mCurrentAppOrientation = SCREEN_ORIENTATION_UNSPECIFIED;115 private int mLastOrientation = SCREEN_ORIENTATION_UNSPECIFIED;1141 || orientation == ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED in rotationForOrientation()1275 case ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED: in isValidRotationChoice()1337 case ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED: in isRotationChoicePossible()
31 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;521 orientation = SCREEN_ORIENTATION_UNSPECIFIED; in resolveOrientation()602 return SCREEN_ORIENTATION_UNSPECIFIED; in convertOrientationToScreenOrientation()620 if (orientation == SCREEN_ORIENTATION_UNSPECIFIED) { in resolveOrientation()
21 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;153 protected int mOrientation = SCREEN_ORIENTATION_UNSPECIFIED;1212 && mOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()1237 if (wc.fillsParent() || orientation != SCREEN_ORIENTATION_UNSPECIFIED) { in getOrientation()
33 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;590 return SCREEN_ORIENTATION_UNSPECIFIED; in getOrientation()
1276 a.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in startDreamActivity()1945 ? r.getRequestedOrientation() : ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in getRequestedOrientation()
367 int mLastReportedRequestedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
22 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;90 prepareUnresizable(1.5f /* maxAspect */, SCREEN_ORIENTATION_UNSPECIFIED); in testRestartProcessIfVisible()145 prepareUnresizable(-1f, SCREEN_ORIENTATION_UNSPECIFIED); in testFixedAspectRatioBoundsWithDecorInSquareDisplay()267 prepareUnresizable(2f /* maxAspect */, SCREEN_ORIENTATION_UNSPECIFIED); in testAspectRatioMatchParentBoundsAndImeAttachable()396 prepareUnresizable(1.5f, SCREEN_ORIENTATION_UNSPECIFIED); in testFixedScreenLayoutSizeBits()414 prepareUnresizable(1.5f, SCREEN_ORIENTATION_UNSPECIFIED); in testResetNonVisibleActivity()614 if (screenOrientation != SCREEN_ORIENTATION_UNSPECIFIED) { in prepareUnresizable()
21 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;244 ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED, Surface.ROTATION_90)); in testReturnsUserRotation_UserRotationLocked_NoAppRequest()477 SCREEN_ORIENTATION_UNSPECIFIED, Surface.ROTATION_0)); in testReturnsSensorRotation_RotationThawed()546 SCREEN_ORIENTATION_UNSPECIFIED, Surface.ROTATION_0)); in testReturnsUserRotation_SensorEnabled_RotationLocked()581 SCREEN_ORIENTATION_UNSPECIFIED, Surface.ROTATION_0)); in testReturnsLidOpenRotation_LidOpen()594 SCREEN_ORIENTATION_UNSPECIFIED, Surface.ROTATION_90)); in testReturnsCarDockRotation_CarDockedMode()607 SCREEN_ORIENTATION_UNSPECIFIED, Surface.ROTATION_90)); in testReturnsDeskDockRotation_DeskDockedMode()633 SCREEN_ORIENTATION_UNSPECIFIED, Surface.ROTATION_0)); in testReturnsUserRotation_NonDefaultDisplay()
26 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;120 private int mScreenOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
470 activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED); in testNotifyTaskRequestedOrientationChanged()474 assertEquals(ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED, taskIdAndOrientation[1]); in testNotifyTaskRequestedOrientationChanged()
27 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;285 assertEquals(SCREEN_ORIENTATION_UNSPECIFIED, mActivity.getOrientation()); in testSetOrientation()
23 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;522 SCREEN_ORIENTATION_UNSPECIFIED); in testGetOrientation_childSpecified()548 assertEquals(SCREEN_ORIENTATION_UNSPECIFIED, root.getOrientation()); in testGetOrientation_Unset()609 visibleUnspecifiedRootChild.setOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testGetOrientation_fillsParent()
31 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;216 task.getRootActivity().setOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testBoundsOnModeChangeFreeformToFullscreen()276 top.setRequestedOrientation(SCREEN_ORIENTATION_UNSPECIFIED); in testFullscreenBoundsForcedOrientation()
26 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;666 keyguard.mAttrs.screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in testOrientationDefinedByKeyguard()
541 SCREEN_ORIENTATION_UNSPECIFIED,574 public static final int SCREEN_ORIENTATION_UNSPECIFIED = -1; field in ActivityInfo682 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED;1171 if (screenOrientation != SCREEN_ORIENTATION_UNSPECIFIED in dump()1274 case SCREEN_ORIENTATION_UNSPECIFIED: in screenOrientationToString()
28 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;4217 a.info.screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in generateAppDetailsHiddenActivity()4394 SCREEN_ORIENTATION_UNSPECIFIED); in parseActivity()
24 SCREEN_ORIENTATION_UNSPECIFIED = -1; enumerator
22 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;67 int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;133 activity.screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; in makeAppDetailsActivity()
19 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;149 …= sa.getInt(R.styleable.AndroidManifestActivity_screenOrientation, SCREEN_ORIENTATION_UNSPECIFIED); in parseActivityOrReceiver()
277 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in adjustScreenOrientation()
2513 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;3543 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) { in toString()
6683 return ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in getRequestedOrientation()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
8336 field public static final int SCREEN_ORIENTATION_UNSPECIFIED = -1; // 0xffffffff