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

  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 40 * A {@link DecodeCallback} client may be notified on decode begin and completion.
54 private final DecodeCallback mDecodeCallback;
68 public interface DecodeCallback {
99 FileDescriptorFactory factory, DecodeCallback callback, BitmapCache cache) {
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 30 import com.android.bitmap.DecodeTask.DecodeCallback;
58 public class BasicBitmapDrawable extends Drawable implements DecodeCallback,

Completed in 73 milliseconds