HomeSort by relevance Sort by last modified time
    Searched refs:isRotationSupported (Results 1 - 12 of 12) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowRotationPolicy.java 41 public static boolean isRotationSupported(Context context) {
  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationTest.java 53 if (!isRotationSupported(getActivity())) {
84 public static boolean isRotationSupported(Context context) {
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 58 public static boolean isRotationSupported(Context context) {
94 return isRotationSupported(context) &&
  /cts/tests/autofillservice/src/android/autofillservice/cts/
DuplicateIdActivityTest.java 78 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
CustomDescriptionWithLinkTestCase.java 70 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
SessionLifecycleTest.java 130 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
Helper.java 756 public static boolean isRotationSupported(Context context) {
    [all...]
SimpleSaveActivityTest.java 196 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 254 public static boolean isRotationSupported(String mimeType) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 254 public static boolean isRotationSupported(String mimeType) {
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 282 if (RotationPolicy.isRotationSupported(getActivity())) {
292 if (RotationPolicy.isRotationSupported(getActivity())) {
426 if (!RotationPolicy.isRotationSupported(getActivity())) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 245 if (BitmapUtils.isRotationSupported(mimeType)) {

Completed in 362 milliseconds