Searched refs:DecodeTask (Results 1 – 5 of 5) sorted by relevance
29 import com.android.bitmap.DecodeTask;30 import com.android.bitmap.DecodeTask.DecodeCallback;31 import com.android.bitmap.DecodeTask.DecodeOptions;73 private DecodeTask mTask;94 private static final boolean DEBUG = DecodeTask.DEBUG;334 mTask = new DecodeTask(mCurrKey, opts, factory, this, mCache); in decode()
35 import com.android.bitmap.DecodeTask;
49 public class DecodeTask extends AsyncTask<Void, Void, ReusableBitmap> { class62 private static final String TAG = DecodeTask.class.getSimpleName();98 public DecodeTask(RequestKey requestKey, DecodeOptions decodeOpts, in DecodeTask() method in DecodeTask
42 private final static boolean DEBUG = DecodeTask.DEBUG;
51 private static final boolean DEBUG = DecodeTask.DEBUG;