Home
last modified time | relevance | path

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

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