Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonDrawable.java319 return mState.mOvalBackgroundColor.toArgb(); in getDrawableBackgroundColor()
323 return mState.mOvalBackgroundColor != null; in hasOvalBg()
430 final Color mOvalBackgroundColor; field in KeyButtonDrawable.ShadowDrawableState
439 mOvalBackgroundColor = ovalBackgroundColor; in ShadowDrawableState()