Home
last modified time | relevance | path

Searched refs:mLastDrawnBitmap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DShadowDrawable.java67 if (mState.mLastDrawnBitmap == null) { in draw()
70 canvas.drawBitmap(mState.mLastDrawnBitmap, null, bounds, mPaint); in draw()
117 mState.mLastDrawnBitmap = null; in applyTheme()
152 mState.mLastDrawnBitmap = bitmap; in regenerateBitmapCache()
196 Bitmap mLastDrawnBitmap; field in ShadowDrawable.ShadowDrawableState