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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java474 * Fill in {@param shortcutInfo} with the icon and label for {@param intent}. If the
477 public synchronized void getTitleAndIcon(ShortcutInfo shortcutInfo, Intent intent, argument
483 shortcutInfo.setIcon(getDefaultIcon(user));
484 shortcutInfo.title = "";
485 shortcutInfo.usingFallbackIcon = true;
486 shortcutInfo.usingLowResIcon = false;
489 getTitleAndIcon(shortcutInfo, component, info, user, true, useLowResIcon);
494 * Fill in {@param shortcutInfo} with the icon and label for {@param info}
497 ShortcutInfo shortcutInfo, ComponentName component, LauncherActivityInfoCompat info,
500 shortcutInfo
496 getTitleAndIcon( ShortcutInfo shortcutInfo, ComponentName component, LauncherActivityInfoCompat info, UserHandleCompat user, boolean usePkgIcon, boolean useLowResIcon) argument
[all...]

Completed in 79 milliseconds