Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRotationPolicy.java43 protected static boolean isRotationSupported(Context context) { in isRotationSupported() method in ShadowRotationPolicy
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DAccessibilitySettings.java320 if (RotationPolicy.isRotationSupported(getActivity())) { in onResume()
330 if (RotationPolicy.isRotationSupported(getActivity())) { in onPause()
460 if (!RotationPolicy.isRotationSupported(getActivity())) { in initializeAllPreferences()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java327 if (RotationPolicy.isRotationSupported(getActivity())) { in onResume()
337 if (RotationPolicy.isRotationSupported(getActivity())) { in onPause()
476 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()