Searched refs:FastBitmapDrawable (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHolographicViewHelper.java48 FastBitmapDrawable originalD = new FastBitmapDrawable(original);
49 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
H A DFastBitmapDrawable.java27 class FastBitmapDrawable extends Drawable { class in inherits:Drawable
34 FastBitmapDrawable(Bitmap b) { method in class:FastBitmapDrawable
H A DPagedViewIcon.java59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
H A DPagedViewWidget.java97 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable();
148 void applyPreview(FastBitmapDrawable preview, int index) {
H A DBubbleTextView.java94 new FastBitmapDrawable(b),
H A DAppsCustomizePagedView.java722 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable();
1312 widget.applyPreview(new FastBitmapDrawable(preview), i);
H A DFolder.java525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
H A DLauncherModel.java2437 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context);
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DDrawableFactory.java33 import com.android.launcher3.FastBitmapDrawable;
65 * Returns a FastBitmapDrawable with the icon.
67 public FastBitmapDrawable newIcon(Bitmap icon, ItemInfo info) {
68 return new FastBitmapDrawable(icon);
72 * Returns a FastBitmapDrawable with the icon.
116 FastBitmapDrawable d = new FastBitmapDrawable(badgeBitmap);
H A DPreloadIconDrawable.java35 import com.android.launcher3.FastBitmapDrawable;
40 * Extension of {@link FastBitmapDrawable} which shows a progress bar around the icon.
42 public class PreloadIconDrawable extends FastBitmapDrawable {
H A DLauncherIcons.java41 import com.android.launcher3.FastBitmapDrawable;
196 return badgeWithDrawable(srcTgt, new FastBitmapDrawable(badge), context);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java37 public class FastBitmapDrawable extends Drawable { class in inherits:Drawable
78 private static final Property<FastBitmapDrawable, Float> BRIGHTNESS
79 = new Property<FastBitmapDrawable, Float>(Float.TYPE, "brightness") {
81 public Float get(FastBitmapDrawable fastBitmapDrawable) {
86 public void set(FastBitmapDrawable fastBitmapDrawable, Float value) {
101 public FastBitmapDrawable(Bitmap b) { method in class:FastBitmapDrawable
H A DClickShadowView.java86 .setDuration(FastBitmapDrawable.CLICK_FEEDBACK_DURATION)
87 .setInterpolator(FastBitmapDrawable.CLICK_FEEDBACK_INTERPOLATOR)
H A DBubbleTextView.java220 FastBitmapDrawable iconDrawable = DrawableFactory.get(getContext()).newIcon(icon, info);
522 if (mIcon instanceof FastBitmapDrawable) {
531 mBadgePalette = ((FastBitmapDrawable) mIcon).getIconPalette();
H A DPendingAppWidgetHostView.java143 FastBitmapDrawable disabledIcon = drawableFactory.newIcon(mIcon, mInfo);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java30 import com.android.launcher3.FastBitmapDrawable;
77 d = new FastBitmapDrawable(cache.getDefaultIcon(Process.myUserHandle()));
H A DDragView.java48 import com.android.launcher3.FastBitmapDrawable;
268 FastBitmapDrawable d = new FastBitmapDrawable(null);
374 return new InsetDrawable(new FastBitmapDrawable(badge),
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java831 private static class FastBitmapDrawable extends Drawable { class in class:MusicUtils
833 public FastBitmapDrawable(Bitmap b) { method in class:MusicUtils.FastBitmapDrawable
900 d = new FastBitmapDrawable(b);

Completed in 151 milliseconds