Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java554 private void showConversation(Conversation conversation, boolean peek, boolean fromKeyboard) { in showConversation() argument
587 mToShow = new ToShow(conversation, fromKeyboard); in showConversation()
995 public ToShow(Conversation c, boolean fromKeyboard) { in ToShow() argument
997 dueToKeyboard = fromKeyboard; in ToShow()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java112 public void addSupportedActions(View host, AccessibilityNodeInfo info, boolean fromKeyboard) { in addSupportedActions() argument
118 if (!fromKeyboard && DeepShortcutManager.supportsShortcuts(item)) { in addSupportedActions()
130 if (!fromKeyboard && itemSupportsAccessibleDrag(item)) { in addSupportedActions()
DShortcutMenuAccessibilityDelegate.java51 public void addSupportedActions(View host, AccessibilityNodeInfo info, boolean fromKeyboard) { in addSupportedActions() argument