Searched defs:mPrevKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java64 protected RequestKey mPrevKey; field in class:BasicBitmapDrawable
113 return mPrevKey;
138 * The key being replaced will be kept in {@link #mPrevKey}.
156 * This will assume that you do not want to keep the unbound key in {@link #mPrevKey}.
168 * If the temporary parameter is true, we will keep the unbound key in {@link #mPrevKey}.
176 mPrevKey = null;
193 mPrevKey = mCurrKey;

Completed in 806 milliseconds