Searched refs:isFixedOrientationLandscape (Results 1 – 9 of 9) sorted by relevance
22 import android.content.pm.ActivityInfo.isFixedOrientationLandscape74 if (isFixedOrientationLandscape(topActivityInfo.screenOrientation)) { in calculateInitialBounds()84 if (isFixedOrientationLandscape(topActivityInfo.screenOrientation)) { in calculateInitialBounds()
47 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()71 taskInfo.isFixedOrientationLandscape = false; in testGetCropRotateScale()
1804 || isFixedOrientationLandscape(orientation)1812 boolean isFixedOrientationLandscape() {1813 return isFixedOrientationLandscape(screenOrientation);1820 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) {
4708 } else if (aInfo.isFixedOrientationLandscape()) { in setActivityResizeMode()
574 public boolean isFixedOrientationLandscape; field in CameraServiceProxy.TaskInfo663 if (!taskInfo.isFixedOrientationPortrait && !taskInfo.isFixedOrientationLandscape) { in getCropRotateScale()691 taskInfo.isFixedOrientationLandscape); in getCropRotateScale()751 taskInfo.isFixedOrientationLandscape =752 ActivityInfo.isFixedOrientationLandscape(
46 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;619 && (isFixedOrientationLandscape(candidate) || mIsOverrideAnyOrientationEnabled)) { in overrideOrientationIfNeeded()986 final boolean isLandscape = isFixedOrientationLandscape( in shouldUseSplitScreenAspectRatio()
25 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;1594 } else if (isFixedOrientationLandscape(requestedOrientation)) { in getRequestedConfigurationOrientation()
564 } else if (ActivityInfo.isFixedOrientationLandscape(screenOrientation)) { in getActivityResizeMode()
10929 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape()Z10930 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape(I)Z