Home
last modified time | relevance | path

Searched refs:mCurrKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java61 protected RequestKey mCurrKey; field in BasicBitmapDrawable
107 return mCurrKey; in getKey()
128 setImage(mCurrKey); in setDecodeDimensions()
176 if (mCurrKey != null && mCurrKey.equals(key)) { in bind()
225 mPrevKey = mCurrKey; in setImage()
226 mCurrKey = key; in setImage()
248 Log.d(TAG, String.format("CACHE HIT key=%s", mCurrKey)); in setImage()
254 "CACHE MISS key=%s\ncache=%s", mCurrKey, mCache.toDebugString())); in setImage()
275 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) { in loadFileDescriptorFactory()
281 mCreateFileDescriptorFactoryTask = mCurrKey in loadFileDescriptorFactory()
[all …]
DExtendedBitmapDrawable.java184 if (mCurrKey != null && getDecodeAggregator() != null) { in setImage()
185 getDecodeAggregator().forget(mCurrKey); in setImage()
215 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) { in loadFileDescriptorFactory()
338 if (!key.equals(mCurrKey)) { in onBecomeFirstExpected()
395 mLoadState, loadState, mCurrKey, this)); in setLoadState()