HomeSort by relevance Sort by last modified time
    Searched refs:FastBitmapDrawable (Results 1 - 21 of 21) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicViewHelper.java 50 FastBitmapDrawable originalD = new FastBitmapDrawable(original);
51 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
52 FastBitmapDrawable hotwordD = new FastBitmapDrawable(hotword);
PreloadIconDrawable.java 182 if (mIcon instanceof FastBitmapDrawable) {
183 ((FastBitmapDrawable) mIcon).setGhostModeEnabled(level <= 0);
231 if (!(mIcon instanceof FastBitmapDrawable)) {
236 ((FastBitmapDrawable) mIcon).getBitmap(), 20);
FastBitmapDrawable.java 35 class FastBitmapDrawable extends Drawable {
75 FastBitmapDrawable(Bitmap b) {
PagedViewWidget.java 110 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable();
164 void applyPreview(FastBitmapDrawable preview, int index) {
BubbleTextView.java 124 FastBitmapDrawable iconDrawable = Utilities.createIconDrawable(b);
191 if (top instanceof FastBitmapDrawable) {
192 ((FastBitmapDrawable) top).setPressed(isPressed() || mStayPressed);
PendingAppWidgetHostView.java 118 mTopCornerDrawable = new FastBitmapDrawable(mIcon);
125 FastBitmapDrawable drawable = Utilities.createIconDrawable(mIcon);
Utilities.java 79 * Returns a FastBitmapDrawable with the icon, accurately sized.
81 public static FastBitmapDrawable createIconDrawable(Bitmap icon) {
82 FastBitmapDrawable d = new FastBitmapDrawable(icon);
FolderIcon.java 584 if (d instanceof FastBitmapDrawable) {
585 FastBitmapDrawable fd = (FastBitmapDrawable) d;
AppsCustomizePagedView.java 645 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable();
    [all...]
CellLayout.java 366 .setDuration(FastBitmapDrawable.CLICK_FEEDBACK_DURATION)
367 .setInterpolator(FastBitmapDrawable.CLICK_FEEDBACK_INTERPOLATOR)
    [all...]
LauncherModel.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 48 FastBitmapDrawable originalD = new FastBitmapDrawable(original);
49 FastBitmapDrawable outlineD = new FastBitmapDrawable(outline);
FastBitmapDrawable.java 27 class FastBitmapDrawable extends Drawable {
34 FastBitmapDrawable(Bitmap b) {
PagedViewIcon.java 59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
PagedViewWidget.java 97 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable();
148 void applyPreview(FastBitmapDrawable preview, int index) {
BubbleTextView.java 94 new FastBitmapDrawable(b),
AppsCustomizePagedView.java 722 FastBitmapDrawable previewDrawable = (FastBitmapDrawable) image.getDrawable();
    [all...]
Folder.java 525 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
    [all...]
LauncherModel.java     [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 149 static class FastBitmapDrawable extends Drawable {
157 private FastBitmapDrawable(Bitmap bitmap) {
584 return new FastBitmapDrawable(bm);
599 return new FastBitmapDrawable(bm);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 839 private static class FastBitmapDrawable extends Drawable {
841 public FastBitmapDrawable(Bitmap b) {
    [all...]

Completed in 445 milliseconds