HomeSort by relevance Sort by last modified time
    Searched refs:FastBitmapDrawable (Results 1 - 16 of 16) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicViewHelper.java 50 FastBitmapDrawable originalD = new FastBitmapDrawable(original);
51 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
52 FastBitmapDrawable hotwordD = new FastBitmapDrawable(hotword);
FastBitmapDrawable.java 27 class FastBitmapDrawable extends Drawable {
34 FastBitmapDrawable(Bitmap b) {
PagedViewWidget.java 110 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable();
164 void applyPreview(FastBitmapDrawable preview, int index) {
Utilities.java 69 * Returns a FastBitmapDrawable with the icon, accurately sized.
72 FastBitmapDrawable d = new FastBitmapDrawable(icon);
AppsCustomizePagedView.java 716 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable();
    [all...]
LauncherModel.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 48 FastBitmapDrawable originalD = new FastBitmapDrawable(original);
49 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
FastBitmapDrawable.java 27 class FastBitmapDrawable extends Drawable {
34 FastBitmapDrawable(Bitmap b) {
PagedViewIcon.java 59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
PagedViewWidget.java 97 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable();
148 void applyPreview(FastBitmapDrawable preview, int index) {
BubbleTextView.java 94 new FastBitmapDrawable(b),
AppsCustomizePagedView.java 729 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable();
    [all...]
Folder.java 525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
    [all...]
LauncherModel.java     [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 141 static class FastBitmapDrawable extends Drawable {
149 private FastBitmapDrawable(Bitmap bitmap) {
600 return new FastBitmapDrawable(bm);
615 return new FastBitmapDrawable(bm);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 839 private static class FastBitmapDrawable extends Drawable {
841 public FastBitmapDrawable(Bitmap b) {
    [all...]

Completed in 529 milliseconds