Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java85 void onDecodeCancel(RequestKey key); in onDecodeCancel() method
515 mDecodeCallback.onDecodeCancel(mKey); in onCancelled()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java373 public void onDecodeCancel(final RequestKey key) { in onDecodeCancel() method in ExtendedBitmapDrawable
377 super.onDecodeCancel(key); in onDecodeCancel()
DBasicBitmapDrawable.java461 public void onDecodeCancel(final RequestKey key) { } in onDecodeCancel() method in BasicBitmapDrawable