Searched refs:badgeWithDrawable (Results 1 – 1 of 1) sorted by relevance
226 badgeWithDrawable(bitmap, mContext.getDrawable(R.drawable.ic_instant_app_badge)); in createBadgedIconBitmap()325 public void badgeWithDrawable(Bitmap target, Drawable badge) { in badgeWithDrawable() method in BaseIconFactory327 badgeWithDrawable(mCanvas, badge); in badgeWithDrawable()334 public void badgeWithDrawable(Canvas target, Drawable badge) { in badgeWithDrawable() method in BaseIconFactory429 badgeWithDrawable(c, new FixedSizeBitmapDrawable(badgeInfo.icon)); in badgeBitmap()