Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonDrawable.java287 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