Searched refs:mLastDrawnIcon (Results 1 – 1 of 1) sorted by relevance
287 if (mState.mLastDrawnIcon == null || hwBitmapChanged) { in draw()308 canvas.drawBitmap(mState.mLastDrawnIcon, null, bounds, mIconPaint); in draw()345 mState.mLastDrawnIcon = bitmap; in regenerateBitmapIconCache()351 mState.mLastDrawnIcon = null; in regenerateBitmapShadowCache()423 Bitmap mLastDrawnIcon; field in KeyButtonDrawable.ShadowDrawableState