Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBaseIconFactory.java450 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in BaseIconFactory
452 public FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in BaseIconFactory.FixedSizeBitmapDrawable
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java737 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in SimpleIconFactory
739 FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in SimpleIconFactory.FixedSizeBitmapDrawable