Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DDynamicItemCache.java95 public void cacheItems(List<ShortcutKey> shortcutKeys, List<String> pkgNames) { in cacheItems() argument
96 if (!shortcutKeys.isEmpty()) { in cacheItems()
98 Message.obtain(mWorker, BG_MSG_LOAD_SHORTCUTS, shortcutKeys).sendToTarget(); in cacheItems()
109 List<ShortcutKey> shortcutKeys = msg.obj != null ? in handleWorkerMessage() local
112 for (ShortcutKey shortcutKey : shortcutKeys) { in handleWorkerMessage()