Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherIcons.java192 public static Bitmap badgeWithBitmap(Bitmap srcTgt, Bitmap badge, Context context) { in badgeWithBitmap() method in LauncherIcons
350 return badgeWithBitmap(unbadgedBitmap, badgeBitmap, context); in createShortcutIcon()