/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/ |
H A D | RotationHelper.java | 19 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; 197 activityFlags = SCREEN_ORIENTATION_NOSENSOR; in notifyChange()
|
/aosp12/frameworks/base/core/proto/android/content/ |
H A D | activityinfo.proto | 30 SCREEN_ORIENTATION_NOSENSOR = 5; enumerator
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | InCallOrientationEventListener.java | 56 ActivityInfo.SCREEN_ORIENTATION_NOSENSOR;
|
/aosp12/packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/ |
H A D | MainActivity.java | 56 setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_NOSENSOR); in onCreate()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 584 SCREEN_ORIENTATION_NOSENSOR, 642 public static final int SCREEN_ORIENTATION_NOSENSOR = 5; field in ActivityInfo 1642 case SCREEN_ORIENTATION_NOSENSOR: in screenOrientationToString()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayAreaTest.java | 463 area.getOrientation(ActivityInfo.SCREEN_ORIENTATION_NOSENSOR)); in testGetOrientation() 468 ActivityInfo.SCREEN_ORIENTATION_NOSENSOR, in testGetOrientation() 469 area.getOrientation(ActivityInfo.SCREEN_ORIENTATION_NOSENSOR)); in testGetOrientation()
|
H A D | TaskLaunchParamsModifierTests.java | 28 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; 1229 mActivity.info.screenOrientation = SCREEN_ORIENTATION_NOSENSOR; in testUsesDisplayOrientationForNoSensorOrientation()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
H A D | ExpiredTimersActivity.kt | 90 setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_NOSENSOR)
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskLaunchParamsModifier.java | 26 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; 655 case SCREEN_ORIENTATION_NOSENSOR: in resolveOrientation()
|
H A D | DisplayRotation.java | 1224 && orientation != ActivityInfo.SCREEN_ORIENTATION_NOSENSOR in rotationForOrientation()
|
H A D | WindowContainer.java | 1223 if (requestedOrientation == ActivityInfo.SCREEN_ORIENTATION_NOSENSOR) { in getRequestedConfigurationOrientation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowControllerImpl.java | 329 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; in adjustScreenOrientation()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
H A D | AlarmActivity.kt | 172 setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_NOSENSOR)
|
/aosp12/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 4824 lp.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; in showBootMessage()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 11887 field public static final int SCREEN_ORIENTATION_NOSENSOR = 5; // 0x5
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 8329 field public static final int SCREEN_ORIENTATION_NOSENSOR = 5; // 0x5
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 12799 Landroid/content/ActivityInfoProto;->SCREEN_ORIENTATION_NOSENSOR:I
|