Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAccessibilityDelegate.java32 mActions.put(PIN_PREDICTION, new LauncherAction( in QuickstepAccessibilityDelegate()
33 PIN_PREDICTION, R.string.pin_prediction, KeyEvent.KEYCODE_P)); in QuickstepAccessibilityDelegate()
39 out.add(new LauncherAction(PIN_PREDICTION, R.string.pin_prediction, in getSupportedActions()
48 if (action == PIN_PREDICTION) { in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java66 public static final int PIN_PREDICTION = R.id.action_pin_prediction; field in LauncherAccessibilityDelegate