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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherIcons.java94 * Returns a bitmap suitable for the all apps view. The icon is badged for {@param user}.
136 Drawable badged = context.getPackageManager().getUserBadgedIcon(
138 if (badged instanceof BitmapDrawable) {
139 return ((BitmapDrawable) badged).getBitmap();
141 return createIconBitmap(badged, context);
313 return createShortcutIcon(shortcutInfo, context, true /* badged */);
317 boolean badged) {
328 if (!badged) {
316 createShortcutIcon(ShortcutInfoCompat shortcutInfo, Context context, boolean badged) argument

Completed in 58 milliseconds