Searched refs:FixedSizeBitmapDrawable (Results 1 – 3 of 3) sorted by relevance
190 Drawable d = new FixedSizeBitmapDrawable(icon); in createShapedIconBitmap()565 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in BaseIconFactory567 public FixedSizeBitmapDrawable(@Nullable final Bitmap bitmap) { in FixedSizeBitmapDrawable() method in BaseIconFactory.FixedSizeBitmapDrawable
227 BitmapDrawable drawable = new FixedSizeBitmapDrawable(bitmap); in createUserBadgedIconBitmap()750 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in SimpleIconFactory752 FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in SimpleIconFactory.FixedSizeBitmapDrawable
587 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in PackageArchiver589 FixedSizeBitmapDrawable(@Nullable final Bitmap bitmap) { in FixedSizeBitmapDrawable() method in PackageArchiver.FixedSizeBitmapDrawable619 iconDrawable = new FixedSizeBitmapDrawable(icon); in storeAdaptiveDrawable()