Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java75 void onDecodeBegin(RequestKey key); in onDecodeBegin() method
505 mDecodeCallback.onDecodeBegin(mKey); in onProgressUpdate()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java327 public void onDecodeBegin(final RequestKey key) { in onDecodeBegin() method in ExtendedBitmapDrawable
333 super.onDecodeBegin(key); in onDecodeBegin()
DBasicBitmapDrawable.java445 public void onDecodeBegin(final RequestKey key) { } in onDecodeBegin() method in BasicBitmapDrawable