Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java102 private static final int FLAG_HOME_ROTATION_FORCE_ENABLED_FOR_TESTING = 1 << 7; field in RecentsOrientedState
346 setFlag(FLAG_HOME_ROTATION_FORCE_ENABLED_FOR_TESTING, forceAllow); in forceAllowRotationForTesting()
393 | FLAG_HOME_ROTATION_FORCE_ENABLED_FOR_TESTING)) != 0; in isRecentsActivityRotationAllowed()