Searched refs:mRotationEnabled (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java338 private boolean mRotationEnabled = false; field in class:Launcher
341 if (mRotationEnabled) {
457 mRotationEnabled = getResources().getBoolean(R.bool.allow_rotation);
460 if (!mRotationEnabled) {
461 mRotationEnabled = Utilities.isAllowRotationPrefEnabled(getApplicationContext());
468 mRotationEnabled = true;
3871 if (mRotationEnabled) {
3877 if (mRotationEnabled) {

Completed in 49 milliseconds