Searched refs:isRotationSupported (Results 1 – 4 of 4) sorted by relevance
48 protected static boolean isRotationSupported(Context context) { in isRotationSupported() method in ShadowRotationPolicy
61 return RotationPolicy.isRotationSupported(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE; in getAvailabilityStatus()
254 public static boolean isRotationSupported(String mimeType) { in isRotationSupported() method in BitmapUtils
245 if (BitmapUtils.isRotationSupported(mimeType)) { in getSupportedOperations()