Searched refs:activityOrientation (Results 1 – 3 of 3) sorted by relevance
452 @ScreenOrientation int activityOrientation, in testGetOrientationForActivityAndNaturalOrientations()455 configureActivityAndDisplay(activityOrientation, naturalOrientation); in testGetOrientationForActivityAndNaturalOrientations()541 private void configureActivity(@ScreenOrientation int activityOrientation) { in configureActivity() argument542 configureActivityAndDisplay(activityOrientation, ORIENTATION_PORTRAIT); in configureActivity()545 private void configureActivityAndDisplay(@ScreenOrientation int activityOrientation, in configureActivityAndDisplay() argument554 .setScreenOrientation(activityOrientation) in configureActivityAndDisplay()
683 final int activityOrientation = resolveOrientation(activity, displayArea, in shouldLaunchUnresizableAppInFreeform() local686 && displayOrientation != activityOrientation) { in shouldLaunchUnresizableAppInFreeform()
1787 final int activityOrientation = r.getOverrideOrientation(); in rotationForActivityInDifferentOrientation() local1789 || shouldIgnoreOrientationRequest(activityOrientation)) { in rotationForActivityInDifferentOrientation()1792 if (activityOrientation == ActivityInfo.SCREEN_ORIENTATION_BEHIND) { in rotationForActivityInDifferentOrientation()