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

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

Completed in 85 milliseconds