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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHolographicViewHelper.java50 FastBitmapDrawable originalD = new FastBitmapDrawable(original);
51 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
52 FastBitmapDrawable hotwordD = new FastBitmapDrawable(hotword);
H A DFastBitmapDrawable.java27 class FastBitmapDrawable extends Drawable { class in inherits:Drawable
34 FastBitmapDrawable(Bitmap b) { method in class:FastBitmapDrawable
H A DPagedViewWidget.java110 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable();
164 void applyPreview(FastBitmapDrawable preview, int index) {
H A DUtilities.java69 * Returns a FastBitmapDrawable with the icon, accurately sized.
72 FastBitmapDrawable d = new FastBitmapDrawable(icon);
H A DAppsCustomizePagedView.java716 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable();
1283 widget.applyPreview(new FastBitmapDrawable(preview), i);
H A DLauncherModel.java2975 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context);
/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.java729 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable();
1317 widget.applyPreview(new FastBitmapDrawable(preview), i);
H A DFolder.java525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
H A DLauncherModel.java2414 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context);
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java839 private static class FastBitmapDrawable extends Drawable { class in class:MusicUtils
841 public FastBitmapDrawable(Bitmap b) { method in class:MusicUtils.FastBitmapDrawable
909 d = new FastBitmapDrawable(b);

Completed in 209 milliseconds