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.java49 protected static boolean isRotationSupported(Context context) { in isRotationSupported() method in ShadowRotationPolicy
/packages/apps/Settings/src/com/android/settings/accessibility/
DLockScreenRotationPreferenceController.java64 return RotationPolicy.isRotationSupported(mContext) in getAvailabilityStatus()
/packages/apps/Settings/src/com/android/settings/display/
DDeviceStateAutoRotationHelper.java110 return RotationPolicy.isRotationSupported(context) in isDeviceStateRotationEnabledForA11y()
/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()