Searched refs:onDecodeBegin (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java75 void onDecodeBegin(RequestKey key); method in interface:DecodeTask.DecodeCallback
109 // enqueue the 'onDecodeBegin' signal on the main thread
505 mDecodeCallback.onDecodeBegin(mKey);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java327 public void onDecodeBegin(final RequestKey key) { method in class:ExtendedBitmapDrawable
333 super.onDecodeBegin(key);
H A DBasicBitmapDrawable.java445 public void onDecodeBegin(final RequestKey key) { } method in class:BasicBitmapDrawable

Completed in 65 milliseconds