Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java175 badgeWithDrawable(bitmap, mContext.getDrawable(R.drawable.ic_instant_app_badge)); in createBadgedIconBitmap()
247 public void badgeWithDrawable(Bitmap target, Drawable badge) { in badgeWithDrawable() method in BaseIconFactory
249 badgeWithDrawable(mCanvas, badge); in badgeWithDrawable()
256 public void badgeWithDrawable(Canvas target, Drawable badge) { in badgeWithDrawable() method in BaseIconFactory
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java163 badgeWithDrawable(c, new FastBitmapDrawable(badge)); in createShortcutIcon()