Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java152 FastBitmapDrawable iconDrawable = mLauncher.createIconDrawable(b); in applyFromShortcutInfo()
154 iconDrawable.setState(FastBitmapDrawable.State.DISABLED); in applyFromShortcutInfo()
169 FastBitmapDrawable iconDrawable = mLauncher.createIconDrawable(info.iconBitmap); in applyFromApplicationInfo()
171 iconDrawable.setState(FastBitmapDrawable.State.DISABLED); in applyFromApplicationInfo()
255 if (mIcon instanceof FastBitmapDrawable) { in updateIconState()
256 FastBitmapDrawable d = (FastBitmapDrawable) mIcon; in updateIconState()
259 d.animateState(FastBitmapDrawable.State.DISABLED); in updateIconState()
261 d.animateState(FastBitmapDrawable.State.PRESSED); in updateIconState()
263 d.animateState(FastBitmapDrawable.State.NORMAL); in updateIconState()
532 FastBitmapDrawable.State prevState = FastBitmapDrawable.State.NORMAL; in reapplyItemInfo()
[all …]
DPreloadIconDrawable.java181 if (mIcon instanceof FastBitmapDrawable) { in onLevelChange()
182 ((FastBitmapDrawable) mIcon).setState(level <= 0 ? in onLevelChange()
183 FastBitmapDrawable.State.DISABLED : FastBitmapDrawable.State.NORMAL); in onLevelChange()
235 if (!(mIcon instanceof FastBitmapDrawable)) { in getIndicatorColor()
240 ((FastBitmapDrawable) mIcon).getBitmap(), 20); in getIndicatorColor()
DPendingAppWidgetHostView.java135 FastBitmapDrawable disabledIcon = mLauncher.createIconDrawable(mIcon); in updateIcon()
136 disabledIcon.setState(FastBitmapDrawable.State.DISABLED); in updateIcon()
140 mCenterDrawable = new FastBitmapDrawable(mIcon); in updateIcon()
150 FastBitmapDrawable drawable = mLauncher.createIconDrawable(mIcon); in updateIcon()
DClickShadowView.java82 .setDuration(FastBitmapDrawable.CLICK_FEEDBACK_DURATION) in animateShadow()
83 .setInterpolator(FastBitmapDrawable.CLICK_FEEDBACK_INTERPOLATOR) in animateShadow()
DFastBitmapDrawable.java36 public class FastBitmapDrawable extends Drawable { class
110 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
DFolderIcon.java586 if (d instanceof FastBitmapDrawable) {
587 FastBitmapDrawable fd = (FastBitmapDrawable) d;
DBaseRecyclerViewFastScrollBar.java41 void setFastScrollFocusState(final FastBitmapDrawable.State focusState, boolean animated); in setFastScrollFocusState()
DLauncher.java4755 public FastBitmapDrawable createIconDrawable(Bitmap icon) { in createIconDrawable()
4756 FastBitmapDrawable d = new FastBitmapDrawable(icon); in createIconDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java23 import com.android.launcher3.FastBitmapDrawable;
219 FastBitmapDrawable.State newState = FastBitmapDrawable.State.NORMAL; in updateViewFastScrollFocusState()
225 FastBitmapDrawable.State.FAST_SCROLL_HIGHLIGHTED : in updateViewFastScrollFocusState()
226 FastBitmapDrawable.State.FAST_SCROLL_UNHIGHLIGHTED; in updateViewFastScrollFocusState()
/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
DPagedViewIcon.java59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null); in applyFromApplicationInfo()
DAppsCustomizePagedView.java722 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable(); in beginDraggingWidget()
1312 widget.applyPreview(new FastBitmapDrawable(preview), i); in onSyncWidgetPageItems()
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/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.flags49 -keep class com.android.launcher3.FastBitmapDrawable {