HomeSort by relevance Sort by last modified time
    Searched defs:systemShortcuts (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 252 List<SystemShortcut> systemShortcuts = new ArrayList<>();
255 systemShortcuts.add(systemShortcut);
258 return systemShortcuts;
PopupContainerWithArrow.java 152 List<SystemShortcut> systemShortcuts = popupDataProvider
160 container.populateAndShow(icon, shortcutIds, notificationKeys, systemShortcuts);
165 final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) {
176 .getItemsToPopulate(shortcutIds, notificationKeys, systemShortcuts);
234 systemShortcuts, systemShortcutViews));
    [all...]

Completed in 51 milliseconds