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

  /packages/apps/Gallery2/src/com/android/photos/shims/
BitmapJobDrawable.java 36 public class BitmapJobDrawable extends Drawable implements Runnable {
45 public BitmapJobDrawable() {
162 private BitmapJobDrawable mParent;
164 public ThumbnailLoader(BitmapJobDrawable parent) {
MediaItemsLoader.java 145 BitmapJobDrawable drawable = null;
146 if (recycle == null || !(recycle instanceof BitmapJobDrawable)) {
147 drawable = new BitmapJobDrawable();
149 drawable = (BitmapJobDrawable) recycle;
MediaSetLoader.java 135 BitmapJobDrawable drawable = null;
136 if (recycle == null || !(recycle instanceof BitmapJobDrawable)) {
137 drawable = new BitmapJobDrawable();
139 drawable = (BitmapJobDrawable) recycle;

Completed in 307 milliseconds