Home
last modified time | relevance | path

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

/frameworks/libs/systemui/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
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java214 BitmapDrawable drawable = new FixedSizeBitmapDrawable(bitmap); in createUserBadgedIconBitmap()
737 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in SimpleIconFactory
739 FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in SimpleIconFactory.FixedSizeBitmapDrawable