Searched refs:mLastDrawnIcon (Results 1 – 1 of 1) sorted by relevance
253 if (mState.mLastDrawnIcon == null || hwBitmapChanged) { in draw()274 canvas.drawBitmap(mState.mLastDrawnIcon, null, bounds, mIconPaint); in draw()311 mState.mLastDrawnIcon = bitmap; in regenerateBitmapIconCache()317 mState.mLastDrawnIcon = null; in regenerateBitmapShadowCache()389 Bitmap mLastDrawnIcon; field in KeyButtonDrawable.ShadowDrawableState