Home
last modified time | relevance | path

Searched refs:isFixedOrientationLandscape (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/camera/
H A DCameraServiceProxyTest.java47 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()
71 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java1266 return isFixedOrientationLandscape() || isFixedOrientationPortrait() in isFixedOrientation()
1274 boolean isFixedOrientationLandscape() { in isFixedOrientationLandscape() method in ActivityInfo
1275 return isFixedOrientationLandscape(screenOrientation); in isFixedOrientationLandscape()
1282 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape() method in ActivityInfo
H A DPackageParser.java4652 } else if (aInfo.isFixedOrientationLandscape()) { in setActivityResizeMode()
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java314 public boolean isFixedOrientationLandscape; field in CameraServiceProxy.TaskInfo
383 if (!taskInfo.isFixedOrientationPortrait && !taskInfo.isFixedOrientationLandscape) { in getCropRotateScale()
411 taskInfo.isFixedOrientationLandscape); in getCropRotateScale()
469 taskInfo.isFixedOrientationLandscape =
470 ActivityInfo.isFixedOrientationLandscape(
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedActivityUtils.java497 } else if (ActivityInfo.isFixedOrientationLandscape(screenOrientation)) { in getActivityResizeMode()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java24 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;
1231 } else if (isFixedOrientationLandscape(requestedOrientation)) { in getRequestedConfigurationOrientation()
H A DActivityRecord.java89 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;
8200 if (isFixedOrientationLandscape(orientation) in isConfigurationCompatible()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13807 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape()Z
13808 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape(I)Z