/packages/apps/Launcher2/src/com/android/launcher2/ |
D | HolographicViewHelper.java | 48 FastBitmapDrawable originalD = new FastBitmapDrawable(original); in generatePressedFocusedStates() 49 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline); in generatePressedFocusedStates()
|
D | PagedViewWidget.java | 97 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); in onDetachedFromWindow() 148 void applyPreview(FastBitmapDrawable preview, int index) { in applyPreview()
|
D | FastBitmapDrawable.java | 27 class FastBitmapDrawable extends Drawable { class 34 FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
|
D | AppsCustomizePagedView.java | 722 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable(); in beginDraggingWidget() 1312 widget.applyPreview(new FastBitmapDrawable(preview), i); in onSyncWidgetPageItems()
|
D | PagedViewIcon.java | 59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null); in applyFromApplicationInfo()
|
D | BubbleTextView.java | 94 new FastBitmapDrawable(b), in applyFromShortcutInfo()
|
D | Folder.java | 525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null); in createAndAddShortcut()
|
D | LauncherModel.java | 2437 icon = Utilities.createIconBitmap(new FastBitmapDrawable((Bitmap)bitmap), context); in infoFromShortcutIntent()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PreloadIconDrawable.java | 181 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()
|
D | PendingAppWidgetHostView.java | 135 FastBitmapDrawable disabledIcon = mLauncher.createIconDrawable(mIcon); in updateIcon() 140 mCenterDrawable = new FastBitmapDrawable(mIcon); in updateIcon() 150 FastBitmapDrawable drawable = mLauncher.createIconDrawable(mIcon); in updateIcon()
|
D | BubbleTextView.java | 172 FastBitmapDrawable iconDrawable = mLauncher.createIconDrawable(b); in applyFromShortcutInfo() 261 if (mIcon instanceof FastBitmapDrawable) { in updateIconState() 262 ((FastBitmapDrawable) mIcon).setPressed(isPressed() || mStayPressed); in updateIconState()
|
D | ClickShadowView.java | 82 .setDuration(FastBitmapDrawable.CLICK_FEEDBACK_DURATION) in animateShadow() 83 .setInterpolator(FastBitmapDrawable.CLICK_FEEDBACK_INTERPOLATOR) in animateShadow()
|
D | FastBitmapDrawable.java | 35 public class FastBitmapDrawable extends Drawable { class 75 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
|
D | FolderIcon.java | 586 if (d instanceof FastBitmapDrawable) { 587 FastBitmapDrawable fd = (FastBitmapDrawable) d;
|
D | Launcher.java | 4586 public FastBitmapDrawable createIconDrawable(Bitmap icon) { in createIconDrawable() 4587 FastBitmapDrawable d = new FastBitmapDrawable(icon); in createIconDrawable()
|
/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()
|
/packages/apps/Launcher3/ |
D | proguard.flags | 54 -keep class com.android.launcher3.FastBitmapDrawable {
|