Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFastBitmapDrawable.java39 public class FastBitmapDrawable extends Drawable { class
92 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
96 public FastBitmapDrawable(BitmapInfo info) { in FastBitmapDrawable() method in FastBitmapDrawable
100 public FastBitmapDrawable(ItemInfoWithIcon info) { in FastBitmapDrawable() method in FastBitmapDrawable
104 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() method in FastBitmapDrawable
/packages/apps/Launcher2/src/com/android/launcher2/
DFastBitmapDrawable.java27 class FastBitmapDrawable extends Drawable { class
34 FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
/packages/apps/Music/src/com/android/music/
DMusicUtils.java59 private static class FastBitmapDrawable extends Drawable { class in MusicUtils
61 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in MusicUtils.FastBitmapDrawable