Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java107 private static final int FLAG_IGNORE_ALLOW_HOME_ROTATION_PREF = 1 << 9; field in RecentsOrientedState
382 setFlag(FLAG_IGNORE_ALLOW_HOME_ROTATION_PREF, true); in ignoreAllowHomeRotationPreference()
390 || (mFlags & (FLAG_IGNORE_ALLOW_HOME_ROTATION_PREF in isRecentsActivityRotationAllowed()