Searched refs:isRotationSupported (Results 1 – 5 of 5) sorted by relevance
43 protected static boolean isRotationSupported(Context context) { in isRotationSupported() method in ShadowRotationPolicy
320 if (RotationPolicy.isRotationSupported(getActivity())) { in onResume()330 if (RotationPolicy.isRotationSupported(getActivity())) { in onPause()460 if (!RotationPolicy.isRotationSupported(getActivity())) { in initializeAllPreferences()
327 if (RotationPolicy.isRotationSupported(getActivity())) { in onResume()337 if (RotationPolicy.isRotationSupported(getActivity())) { in onPause()476 if (!RotationPolicy.isRotationSupported(getActivity())) { in initializeAllPreferences()
254 public static boolean isRotationSupported(String mimeType) { in isRotationSupported() method in BitmapUtils
245 if (BitmapUtils.isRotationSupported(mimeType)) { in getSupportedOperations()