Searched refs:mLastDrawnIcon (Results 1 – 1 of 1) sorted by relevance
270 if (mState.mLastDrawnIcon == null || hwBitmapChanged) { in draw()291 canvas.drawBitmap(mState.mLastDrawnIcon, null, bounds, mIconPaint); in draw()328 mState.mLastDrawnIcon = bitmap; in regenerateBitmapIconCache()334 mState.mLastDrawnIcon = null; in regenerateBitmapShadowCache()406 Bitmap mLastDrawnIcon; field in KeyButtonDrawable.ShadowDrawableState