Searched refs:getDecodeAggregator (Results 1 – 1 of 1) sorted by relevance
182 if (mCurrKey != null && getDecodeAggregator() != null) { in setImage()183 getDecodeAggregator().forget(mCurrKey); in setImage()240 private DecodeAggregator getDecodeAggregator() { in getDecodeAggregator() method in ExtendedBitmapDrawable310 if (getDecodeAggregator() != null) { in onDecodeBegin()311 getDecodeAggregator().expect(key, this); in onDecodeBegin()337 if (getDecodeAggregator() != null) { in onDecodeComplete()338 getDecodeAggregator().execute(key, new Runnable() { in onDecodeComplete()356 if (getDecodeAggregator() != null) { in onDecodeCancel()357 getDecodeAggregator().forget(key); in onDecodeCancel()