Searched refs:badgeWithDrawable (Results 1 – 2 of 2) sorted by relevance
175 badgeWithDrawable(bitmap, mContext.getDrawable(R.drawable.ic_instant_app_badge)); in createBadgedIconBitmap()247 public void badgeWithDrawable(Bitmap target, Drawable badge) { in badgeWithDrawable() method in BaseIconFactory249 badgeWithDrawable(mCanvas, badge); in badgeWithDrawable()256 public void badgeWithDrawable(Canvas target, Drawable badge) { in badgeWithDrawable() method in BaseIconFactory
163 badgeWithDrawable(c, new FastBitmapDrawable(badge)); in createShortcutIcon()