Loading quickstep/src/com/android/quickstep/OverviewCommandHelper.java +7 −3 Original line number Diff line number Diff line Loading @@ -218,9 +218,13 @@ public class OverviewCommandHelper { return true; } } if (cmd.type == TYPE_KEYBOARD_INPUT && allowQuickSwitch) { if (cmd.type == TYPE_KEYBOARD_INPUT) { if (allowQuickSwitch) { uiController.openQuickSwitchView(); return true; } else { mKeyboardTaskFocusIndex = 0; } } if (cmd.type == TYPE_HOME) { ActiveGestureLog.INSTANCE.addLog("OverviewCommandHelper.executeCommand(TYPE_HOME)"); Loading Loading
quickstep/src/com/android/quickstep/OverviewCommandHelper.java +7 −3 Original line number Diff line number Diff line Loading @@ -218,9 +218,13 @@ public class OverviewCommandHelper { return true; } } if (cmd.type == TYPE_KEYBOARD_INPUT && allowQuickSwitch) { if (cmd.type == TYPE_KEYBOARD_INPUT) { if (allowQuickSwitch) { uiController.openQuickSwitchView(); return true; } else { mKeyboardTaskFocusIndex = 0; } } if (cmd.type == TYPE_HOME) { ActiveGestureLog.INSTANCE.addLog("OverviewCommandHelper.executeCommand(TYPE_HOME)"); Loading