Searched refs:SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS (Results 1 – 2 of 2) sorted by relevance
28 import static com.android.server.policy.PhoneWindowManager.SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS;56 overrideBehavior(STEM_PRIMARY_BUTTON_SHORT_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemSingleKey_duringSetup_doNothing()72 overrideBehavior(STEM_PRIMARY_BUTTON_SHORT_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemSingleKey_AfterSetup_openAllApp()130 overrideBehavior(STEM_PRIMARY_BUTTON_SHORT_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemSingleKey_appHasOverridePermission_consumedByApp_notOpenAllApp()146 overrideBehavior(STEM_PRIMARY_BUTTON_SHORT_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemSingleKey_appHasOverridePermission_notConsumedByApp_openAllApp()191 overrideBehavior(STEM_PRIMARY_BUTTON_SHORT_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemDoubleKey_EarlyShortPress_AllAppsThenSwitchToMostRecent()213 overrideBehavior(STEM_PRIMARY_BUTTON_SHORT_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemTripleKey_EarlyShortPress_AllAppsThenBackToOriginalThenToggleA11y()241 overrideBehavior(STEM_PRIMARY_BUTTON_SHORT_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemMultiKey_NoEarlyPress_NoOpenAllApp()242 overrideBehavior(STEM_PRIMARY_BUTTON_DOUBLE_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemMultiKey_NoEarlyPress_NoOpenAllApp()273 overrideBehavior(STEM_PRIMARY_BUTTON_DOUBLE_PRESS, SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS); in stemDoubleKey_earlyShortPress_firstPressConsumedByApp_switchToMostRecent()[all …]
355 static final int SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS = 1; field in PhoneWindowManager1540 case SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS: in stemPrimarySinglePressAction()2820 && mShortPressOnStemPrimaryBehavior == SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS;6858 case SHORT_PRESS_PRIMARY_LAUNCH_ALL_APPS: