Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java542 SCREEN_ORIENTATION_LOCKED
645 public static final int SCREEN_ORIENTATION_LOCKED = 14; field in ActivityInfo
1045 || screenOrientation == SCREEN_ORIENTATION_LOCKED; in isFixedOrientation()
1295 case SCREEN_ORIENTATION_LOCKED: in screenOrientationToString()
/frameworks/base/core/proto/android/content/
Dactivityinfo.proto39 SCREEN_ORIENTATION_LOCKED = 14; enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java24 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_LOCKED;
452 case SCREEN_ORIENTATION_LOCKED: in resolveOrientation()
453 orientation = SCREEN_ORIENTATION_LOCKED; in resolveOrientation()
559 if (orientation == SCREEN_ORIENTATION_LOCKED) { in resolveOrientation()
DDisplayRotation.java597 } else if (orientation == ActivityInfo.SCREEN_ORIENTATION_LOCKED) { in rotationForOrientation()
DActivityRecord.java2746 } else if (screenOrientation == ActivityInfo.SCREEN_ORIENTATION_LOCKED) { in getRequestedConfigurationOrientation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java733 child.setOrientation(ActivityInfo.SCREEN_ORIENTATION_LOCKED, binder, activityRecord); in testOnDescendantOrientationRequestChangedPropagation()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8328 field public static final int SCREEN_ORIENTATION_LOCKED = 14; // 0xe
/frameworks/base/non-updatable-api/
Dcurrent.txt11034 field public static final int SCREEN_ORIENTATION_LOCKED = 14; // 0xe
/frameworks/base/api/
Dcurrent.txt11034 field public static final int SCREEN_ORIENTATION_LOCKED = 14; // 0xe
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12807 Landroid/content/ActivityInfoProto;->SCREEN_ORIENTATION_LOCKED:I