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

  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 75 void onDecodeBegin(RequestKey key);
109 // enqueue the 'onDecodeBegin' signal on the main thread
505 mDecodeCallback.onDecodeBegin(mKey);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 327 public void onDecodeBegin(final RequestKey key) {
333 super.onDecodeBegin(key);
BasicBitmapDrawable.java 445 public void onDecodeBegin(final RequestKey key) { }

Completed in 206 milliseconds