Home
last modified time | relevance | path

Searched refs:isRotationSupported (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java228 if (RotationPolicy.isRotationSupported(getActivity())) { in onResume()
238 if (RotationPolicy.isRotationSupported(getActivity())) { in onPause()
380 if (!RotationPolicy.isRotationSupported(getActivity())) { in initializeAllPreferences()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java254 public static boolean isRotationSupported(String mimeType) { in isRotationSupported() method in BitmapUtils
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalImage.java245 if (BitmapUtils.isRotationSupported(mimeType)) { in getSupportedOperations()