Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java57 public static boolean isRotationSupported(Context context) { in isRotationSupported() method in RotationPolicy
93 return isRotationSupported(context) && in isRotationLockToggleVisible()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DBitmapUtils.java255 public static boolean isRotationSupported(String mimeType) { in isRotationSupported() method in BitmapUtils