Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java163 Drawable d = new FixedSizeBitmapDrawable(icon); in createShapedIconBitmap()
229 BitmapDrawable drawable = new FixedSizeBitmapDrawable(bitmap); in createBadgedIconBitmap()
248 new FixedSizeBitmapDrawable(bitmap), user); in getUserBadgeBitmap()
429 badgeWithDrawable(c, new FixedSizeBitmapDrawable(badgeInfo.icon)); in badgeBitmap()
450 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in BaseIconFactory
452 public FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in BaseIconFactory.FixedSizeBitmapDrawable
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DSimpleIconFactory.java226 BitmapDrawable drawable = new FixedSizeBitmapDrawable(bitmap); in createUserBadgedIconBitmap()
757 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in SimpleIconFactory
759 FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in SimpleIconFactory.FixedSizeBitmapDrawable