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

  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 61 protected RequestKey mCurrKey;
107 return mCurrKey;
128 setImage(mCurrKey);
176 if (mCurrKey != null && mCurrKey.equals(key)) {
225 mPrevKey = mCurrKey;
226 mCurrKey = key;
248 Log.d(TAG, String.format("CACHE HIT key=%s", mCurrKey));
254 "CACHE MISS key=%s\ncache=%s", mCurrKey, mCache.toDebugString()));
275 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0)
    [all...]
ExtendedBitmapDrawable.java 184 if (mCurrKey != null && getDecodeAggregator() != null) {
185 getDecodeAggregator().forget(mCurrKey);
215 if (mCurrKey == null || mDecodeWidth == 0 || mDecodeHeight == 0) {
338 if (!key.equals(mCurrKey)) {
395 mLoadState, loadState, mCurrKey, this));

Completed in 68 milliseconds