Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java47 public class FastBitmapDrawable extends Drawable implements Drawable.Callback { class
100 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
104 public FastBitmapDrawable(BitmapInfo info) { in FastBitmapDrawable() method in FastBitmapDrawable
108 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() method in FastBitmapDrawable
/frameworks/base/core/java/android/app/
DWallpaperManager.java412 static class FastBitmapDrawable extends Drawable { class in WallpaperManager
420 private FastBitmapDrawable(Bitmap bitmap) { in FastBitmapDrawable() method in WallpaperManager.FastBitmapDrawable