Searched defs:shortcutInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java254 * Fill in "shortcutInfo" with the icon and label for "info."
256 public synchronized void getTitleAndIcon(ShortcutInfo shortcutInfo, Intent intent, argument
262 shortcutInfo.setIcon(getDefaultIcon(user));
263 shortcutInfo.title = "";
264 shortcutInfo.usingFallbackIcon = true;
270 shortcutInfo.setIcon(entry.icon);
271 shortcutInfo.title = entry.title;
272 shortcutInfo.usingFallbackIcon = isDefaultIcon(entry.icon, user);

Completed in 47 milliseconds