Searched refs:FastBitmapDrawable (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | HolographicViewHelper.java | 46 FastBitmapDrawable d = new FastBitmapDrawable(outline); in generatePressedFocusedStates()
|
D | FastBitmapDrawable.java | 27 class FastBitmapDrawable extends Drawable { class 34 FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
|
D | PagedViewWidget.java | 98 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); in onDetachedFromWindow() 138 void applyPreview(FastBitmapDrawable preview, int index, boolean scale) { in applyPreview()
|
D | PagedViewIcon.java | 101 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null); in applyFromApplicationInfo()
|
D | BubbleTextView.java | 103 new FastBitmapDrawable(b), in applyFromShortcutInfo()
|
D | Folder.java | 500 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null); in createAndAddShortcut()
|
D | AppsCustomizePagedView.java | 1142 widget.applyPreview(new FastBitmapDrawable(preview), i, scale); in onSyncWidgetPageItems()
|
D | LauncherModel.java | 1830 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context); in infoFromShortcutIntent()
|
D | Workspace.java | 3402 new FastBitmapDrawable(info.getIcon(mIconCache)),
|
/packages/apps/Music/src/com/android/music/ |
D | MusicUtils.java | 839 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()
|