Home
last modified time | relevance | path

Searched defs:isFixedOrientationLandscape (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java1274 boolean isFixedOrientationLandscape() { in isFixedOrientationLandscape() method in ActivityInfo
1282 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape() method in ActivityInfo
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java314 public boolean isFixedOrientationLandscape; field in CameraServiceProxy.TaskInfo