Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java227 BitmapDrawable drawable = new FixedSizeBitmapDrawable(bitmap); in createUserBadgedIconBitmap()
750 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in SimpleIconFactory
752 FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in SimpleIconFactory.FixedSizeBitmapDrawable