Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DShortcutUtil.java36 public static boolean supportsDeepShortcuts(ItemInfo info) { in supportsDeepShortcuts() method in ShortcutUtil
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java152 if (!ShortcutUtil.supportsDeepShortcuts(info)) { in getShortcutCountForItem()