Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicViewHelper.java48 FastBitmapDrawable originalD = new FastBitmapDrawable(original); in generatePressedFocusedStates()
49 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline); in generatePressedFocusedStates()
DPagedViewWidget.java97 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); in onDetachedFromWindow()
148 void applyPreview(FastBitmapDrawable preview, int index) { in applyPreview()
DFastBitmapDrawable.java27 class FastBitmapDrawable extends Drawable { class
34 FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
DAppsCustomizePagedView.java722 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable(); in beginDraggingWidget()
1312 widget.applyPreview(new FastBitmapDrawable(preview), i); in onSyncWidgetPageItems()
DPagedViewIcon.java59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null); in applyFromApplicationInfo()
DBubbleTextView.java94 new FastBitmapDrawable(b), in applyFromShortcutInfo()
DFolder.java525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null); in createAndAddShortcut()
DLauncherModel.java2437 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context); in infoFromShortcutIntent()
/packages/apps/Launcher3/src/com/android/launcher3/
DPreloadIconDrawable.java181 if (mIcon instanceof FastBitmapDrawable) { in onLevelChange()
182 ((FastBitmapDrawable) mIcon).setGhostModeEnabled(level <= 0); in onLevelChange()
234 if (!(mIcon instanceof FastBitmapDrawable)) { in getIndicatorColor()
239 ((FastBitmapDrawable) mIcon).getBitmap(), 20); in getIndicatorColor()
DPendingAppWidgetHostView.java135 FastBitmapDrawable disabledIcon = mLauncher.createIconDrawable(mIcon); in updateIcon()
140 mCenterDrawable = new FastBitmapDrawable(mIcon); in updateIcon()
150 FastBitmapDrawable drawable = mLauncher.createIconDrawable(mIcon); in updateIcon()
DBubbleTextView.java172 FastBitmapDrawable iconDrawable = mLauncher.createIconDrawable(b); in applyFromShortcutInfo()
261 if (mIcon instanceof FastBitmapDrawable) { in updateIconState()
262 ((FastBitmapDrawable) mIcon).setPressed(isPressed() || mStayPressed); in updateIconState()
DClickShadowView.java82 .setDuration(FastBitmapDrawable.CLICK_FEEDBACK_DURATION) in animateShadow()
83 .setInterpolator(FastBitmapDrawable.CLICK_FEEDBACK_INTERPOLATOR) in animateShadow()
DFastBitmapDrawable.java35 public class FastBitmapDrawable extends Drawable { class
75 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
DFolderIcon.java586 if (d instanceof FastBitmapDrawable) {
587 FastBitmapDrawable fd = (FastBitmapDrawable) d;
DLauncher.java4586 public FastBitmapDrawable createIconDrawable(Bitmap icon) { in createIconDrawable()
4587 FastBitmapDrawable d = new FastBitmapDrawable(icon); in createIconDrawable()
/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()
/packages/apps/Launcher3/
Dproguard.flags54 -keep class com.android.launcher3.FastBitmapDrawable {