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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadowKeyDrawable.java58 mState.mLastDrawnBitmap = null;
70 mState.mLastDrawnBitmap = null;
85 if (mState.mLastDrawnBitmap == null) {
88 canvas.drawBitmap(mState.mLastDrawnBitmap, null, bounds, mPaint);
175 mState.mLastDrawnBitmap = bitmap;
189 Bitmap mLastDrawnBitmap; field in class:ShadowKeyDrawable.ShadowDrawableState

Completed in 56 milliseconds