Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java285 return mState.mOvalBackgroundColor.toArgb(); in getDrawableBackgroundColor()
289 return mState.mOvalBackgroundColor != null; in hasOvalBg()
396 final Color mOvalBackgroundColor; field in KeyButtonDrawable.ShadowDrawableState
405 mOvalBackgroundColor = ovalBackgroundColor; in ShadowDrawableState()