Searched refs:isFixedOrientationLandscape (Results 1 – 8 of 8) sorted by relevance
47 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()71 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()
1557 || isFixedOrientationLandscape(orientation) in isFixedOrientation()1565 boolean isFixedOrientationLandscape() { in isFixedOrientationLandscape() method in ActivityInfo1566 return isFixedOrientationLandscape(screenOrientation); in isFixedOrientationLandscape()1573 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape() method in ActivityInfo
4708 } else if (aInfo.isFixedOrientationLandscape()) { in setActivityResizeMode()
332 public boolean isFixedOrientationLandscape; field in CameraServiceProxy.TaskInfo421 if (!taskInfo.isFixedOrientationPortrait && !taskInfo.isFixedOrientationLandscape) { in getCropRotateScale()449 taskInfo.isFixedOrientationLandscape); in getCropRotateScale()508 taskInfo.isFixedOrientationLandscape =509 ActivityInfo.isFixedOrientationLandscape(
38 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;567 && (isFixedOrientationLandscape(candidate) || mIsOverrideAnyOrientationEnabled)) { in overrideOrientationIfNeeded()
25 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;1503 } else if (isFixedOrientationLandscape(requestedOrientation)) { in getRequestedConfigurationOrientation()
535 } else if (ActivityInfo.isFixedOrientationLandscape(screenOrientation)) { in getActivityResizeMode()
10929 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape()Z10930 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape(I)Z