Searched refs:isFixedOrientationLandscape (Results 1 – 8 of 8) sorted by relevance
47 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()71 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()
1266 return isFixedOrientationLandscape() || isFixedOrientationPortrait() in isFixedOrientation()1274 boolean isFixedOrientationLandscape() { in isFixedOrientationLandscape() method in ActivityInfo1275 return isFixedOrientationLandscape(screenOrientation); in isFixedOrientationLandscape()1282 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape() method in ActivityInfo
4652 } else if (aInfo.isFixedOrientationLandscape()) { in setActivityResizeMode()
314 public boolean isFixedOrientationLandscape; field in CameraServiceProxy.TaskInfo383 if (!taskInfo.isFixedOrientationPortrait && !taskInfo.isFixedOrientationLandscape) { in getCropRotateScale()411 taskInfo.isFixedOrientationLandscape); in getCropRotateScale()469 taskInfo.isFixedOrientationLandscape =470 ActivityInfo.isFixedOrientationLandscape(
497 } else if (ActivityInfo.isFixedOrientationLandscape(screenOrientation)) { in getActivityResizeMode()
24 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;1231 } else if (isFixedOrientationLandscape(requestedOrientation)) { in getRequestedConfigurationOrientation()
89 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;8200 if (isFixedOrientationLandscape(orientation) in isConfigurationCompatible()
13807 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape()Z13808 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape(I)Z