Searched refs:FixedSizeBitmapDrawable (Results 1 – 2 of 2) sorted by relevance
180 BitmapDrawable drawable = new FixedSizeBitmapDrawable(bitmap); in createBadgedIconBitmap()359 badgeWithDrawable(c, new FixedSizeBitmapDrawable(badgeInfo.icon)); in badgeBitmap()380 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in BaseIconFactory382 public FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in BaseIconFactory.FixedSizeBitmapDrawable
214 BitmapDrawable drawable = new FixedSizeBitmapDrawable(bitmap); in createUserBadgedIconBitmap()737 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in SimpleIconFactory739 FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in SimpleIconFactory.FixedSizeBitmapDrawable