Searched refs:BitmapJobDrawable (Results 1 – 3 of 3) sorted by relevance
36 public class BitmapJobDrawable extends Drawable implements Runnable { class45 public BitmapJobDrawable() { in BitmapJobDrawable() method in BitmapJobDrawable162 private BitmapJobDrawable mParent;164 public ThumbnailLoader(BitmapJobDrawable parent) { in ThumbnailLoader()
135 BitmapJobDrawable drawable = null; in drawableForItem()136 if (recycle == null || !(recycle instanceof BitmapJobDrawable)) { in drawableForItem()137 drawable = new BitmapJobDrawable(); in drawableForItem()139 drawable = (BitmapJobDrawable) recycle; in drawableForItem()
145 BitmapJobDrawable drawable = null; in drawableForItem()146 if (recycle == null || !(recycle instanceof BitmapJobDrawable)) { in drawableForItem()147 drawable = new BitmapJobDrawable(); in drawableForItem()149 drawable = (BitmapJobDrawable) recycle; in drawableForItem()