Home
last modified time | relevance | path

Searched refs:FastBitmapDrawable (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicViewHelper.java46 FastBitmapDrawable d = new FastBitmapDrawable(outline); in generatePressedFocusedStates()
DFastBitmapDrawable.java27 class FastBitmapDrawable extends Drawable { class
34 FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
DPagedViewWidget.java98 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); in onDetachedFromWindow()
138 void applyPreview(FastBitmapDrawable preview, int index, boolean scale) { in applyPreview()
DPagedViewIcon.java101 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null); in applyFromApplicationInfo()
DBubbleTextView.java103 new FastBitmapDrawable(b), in applyFromShortcutInfo()
DFolder.java500 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null); in createAndAddShortcut()
DAppsCustomizePagedView.java1142 widget.applyPreview(new FastBitmapDrawable(preview), i, scale); in onSyncWidgetPageItems()
DLauncherModel.java1830 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context); in infoFromShortcutIntent()
DWorkspace.java3402 new FastBitmapDrawable(info.getIcon(mIconCache)),
/packages/apps/Music/src/com/android/music/
DMusicUtils.java839 private static class FastBitmapDrawable extends Drawable { class in MusicUtils
841 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in MusicUtils.FastBitmapDrawable
909 d = new FastBitmapDrawable(b); in getCachedArtwork()