| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | BubbleTextView.java | 152 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 …]
|
| D | PreloadIconDrawable.java | 181 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()
|
| D | PendingAppWidgetHostView.java | 135 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()
|
| D | ClickShadowView.java | 82 .setDuration(FastBitmapDrawable.CLICK_FEEDBACK_DURATION) in animateShadow() 83 .setInterpolator(FastBitmapDrawable.CLICK_FEEDBACK_INTERPOLATOR) in animateShadow()
|
| D | FastBitmapDrawable.java | 36 public class FastBitmapDrawable extends Drawable { class 110 public FastBitmapDrawable(Bitmap b) { in FastBitmapDrawable() method in FastBitmapDrawable
|
| D | FolderIcon.java | 586 if (d instanceof FastBitmapDrawable) { 587 FastBitmapDrawable fd = (FastBitmapDrawable) d;
|
| D | BaseRecyclerViewFastScrollBar.java | 41 void setFastScrollFocusState(final FastBitmapDrawable.State focusState, boolean animated); in setFastScrollFocusState()
|
| D | Launcher.java | 4755 public FastBitmapDrawable createIconDrawable(Bitmap icon) { in createIconDrawable() 4756 FastBitmapDrawable d = new FastBitmapDrawable(icon); in createIconDrawable()
|
| /packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
| D | AllAppsFastScrollHelper.java | 23 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/ |
| 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 | PagedViewIcon.java | 59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null); in applyFromApplicationInfo()
|
| D | AppsCustomizePagedView.java | 722 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable(); in beginDraggingWidget() 1312 widget.applyPreview(new FastBitmapDrawable(preview), i); in onSyncWidgetPageItems()
|
| 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/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 | 49 -keep class com.android.launcher3.FastBitmapDrawable {
|