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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ShadowKeyDrawable.java 58 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;
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ShadowDrawable.java 67 if (mState.mLastDrawnBitmap == null) {
70 canvas.drawBitmap(mState.mLastDrawnBitmap, null, bounds, mPaint);
117 mState.mLastDrawnBitmap = null;
152 mState.mLastDrawnBitmap = bitmap;
196 Bitmap mLastDrawnBitmap;

Completed in 127 milliseconds