Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java542 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in BaseIconFactory
544 public FixedSizeBitmapDrawable(@Nullable final Bitmap bitmap) { in FixedSizeBitmapDrawable() method in BaseIconFactory.FixedSizeBitmapDrawable
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java750 private static class FixedSizeBitmapDrawable extends BitmapDrawable { class in SimpleIconFactory
752 FixedSizeBitmapDrawable(Bitmap bitmap) { in FixedSizeBitmapDrawable() method in SimpleIconFactory.FixedSizeBitmapDrawable