Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DShortcutUtil.java59 public static boolean isDeepShortcut(ItemInfo info) { in isDeepShortcut() method in ShortcutUtil
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DDumpTargetWrapper.java149 if (ShortcutUtil.isDeepShortcut(info)) { in writeToDumpTarget()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java169 if (action == ACTION_LONG_CLICK && ShortcutUtil.isDeepShortcut(item)) { in performAction()