Searched refs:isFixedOrientationLandscape (Results 1 – 3 of 3) sorted by relevance
1044 return isFixedOrientationLandscape() || isFixedOrientationPortrait() in isFixedOrientation()1052 boolean isFixedOrientationLandscape() { in isFixedOrientationLandscape() method in ActivityInfo1053 return isFixedOrientationLandscape(screenOrientation); in isFixedOrientationLandscape()1060 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) { in isFixedOrientationLandscape() method in ActivityInfo
4707 } else if (aInfo.isFixedOrientationLandscape()) { in setActivityResizeMode()
80 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;2751 } else if (isFixedOrientationLandscape(screenOrientation)) { in getRequestedConfigurationOrientation()3060 if (isFixedOrientationLandscape(orientation) in isConfigurationCompatible()