Home
last modified time | relevance | path

Searched refs:isRotationEnabled (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherWallpaperPickerActivity.java28 return Utilities.isRotationEnabled(this); in enableRotation()
DUtilities.java101 public static boolean isRotationEnabled(Context c) { in isRotationEnabled() method in Utilities
DLauncher.java4818 if (Utilities.isRotationEnabled(this)) { in lockScreenOrientation()
4824 if (Utilities.isRotationEnabled(this)) { in unlockScreenOrientation()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java3884 public boolean isRotationEnabled() { in isRotationEnabled() method in Launcher
3890 if (isRotationEnabled()) { in lockScreenOrientation()
3896 if (isRotationEnabled()) { in unlockScreenOrientation()