Home
last modified time | relevance | path

Searched refs:DecodeTask (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java29 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()
DExtendedBitmapDrawable.java35 import com.android.bitmap.DecodeTask;
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java49 public class DecodeTask extends AsyncTask<Void, Void, ReusableBitmap> { class
62 private static final String TAG = DecodeTask.class.getSimpleName();
98 public DecodeTask(RequestKey requestKey, DecodeOptions decodeOpts, in DecodeTask() method in DecodeTask
DUnrefedBitmapCache.java42 private final static boolean DEBUG = DecodeTask.DEBUG;
DUnrefedPooledCache.java51 private static final boolean DEBUG = DecodeTask.DEBUG;