Searched refs:getDecodeAggregator (Results 1 – 1 of 1) sorted by relevance
184 if (mCurrKey != null && getDecodeAggregator() != null) { in setImage()185 getDecodeAggregator().forget(mCurrKey); in setImage()258 private DecodeAggregator getDecodeAggregator() { in getDecodeAggregator() method in ExtendedBitmapDrawable328 if (getDecodeAggregator() != null) { in onDecodeBegin()329 getDecodeAggregator().expect(key, this); in onDecodeBegin()355 if (getDecodeAggregator() != null) { in onDecodeComplete()356 getDecodeAggregator().execute(key, new Runnable() { in onDecodeComplete()374 if (getDecodeAggregator() != null) { in onDecodeCancel()375 getDecodeAggregator().forget(key); in onDecodeCancel()