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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java27 class FastBitmapDrawable extends Drawable { class in inherits:Drawable
34 FastBitmapDrawable(Bitmap b) { method in class:FastBitmapDrawable
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java39 public class FastBitmapDrawable extends Drawable { class in inherits:Drawable
68 private static final Property<FastBitmapDrawable, Float> SCALE
69 = new Property<FastBitmapDrawable, Float>(Float.TYPE, "scale") {
71 public Float get(FastBitmapDrawable fastBitmapDrawable) {
76 public void set(FastBitmapDrawable fastBitmapDrawable, Float value) {
92 public FastBitmapDrawable(Bitmap b) { method in class:FastBitmapDrawable
96 public FastBitmapDrawable(BitmapInfo info) { method in class:FastBitmapDrawable
100 public FastBitmapDrawable(ItemInfoWithIcon info) { method in class:FastBitmapDrawable
104 protected FastBitmapDrawable(Bitmap b, int iconColor) { method in class:FastBitmapDrawable
334 return new FastBitmapDrawable(mBitma
[all...]
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java59 private static class FastBitmapDrawable extends Drawable { class in class:MusicUtils
61 public FastBitmapDrawable(Bitmap b) { method in class:MusicUtils.FastBitmapDrawable
89 return new FastBitmapDrawable(bitmap);

Completed in 372 milliseconds