Searched refs:isFixedOrientationLandscape (Results 1 – 5 of 5) 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
4765 } else if (aInfo.isFixedOrientationLandscape()) { in setActivityResizeMode()
80 import static android.content.pm.ActivityInfo.isFixedOrientationLandscape;2749 } else if (isFixedOrientationLandscape(screenOrientation)) { in getRequestedConfigurationOrientation()3058 if (isFixedOrientationLandscape(orientation) in isConfigurationCompatible()
3986 HSPLandroid/content/pm/ActivityInfo;->isFixedOrientationLandscape()Z
13816 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape()Z13817 Landroid/content/pm/ActivityInfo;->isFixedOrientationLandscape(I)Z