Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java154 if (!fromKeyboard && !itemSupportsLongClick(host, item)) { in addSupportedActions()
164 private boolean itemSupportsLongClick(View host, ItemInfo info) { in itemSupportsLongClick() method in LauncherAccessibilityDelegate