Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java101 boolean horizontalFlip, Color ovalBackgroundColor) { in KeyButtonDrawable() argument
103 d instanceof AnimatedVectorDrawable, horizontalFlip, ovalBackgroundColor)); in KeyButtonDrawable()
416 boolean animated, boolean horizontalFlip, Color ovalBackgroundColor) { in ShadowDrawableState() argument
422 mOvalBackgroundColor = ovalBackgroundColor; in ShadowDrawableState()
451 boolean hasShadow, Color ovalBackgroundColor) { in create() argument
457 ovalBackgroundColor); in create()
474 @DrawableRes int iconResId, boolean hasShadow, Color ovalBackgroundColor) { in create() argument
478 iconResId, hasShadow, ovalBackgroundColor); in create()
487 Color ovalBackgroundColor) { in create() argument
492 isRtl && d.isAutoMirrored(), ovalBackgroundColor); in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DFloatingRotationButton.java162 Color ovalBackgroundColor = Color.valueOf(Color.red(darkColor), Color.green(darkColor), in getImageDrawable() local
167 R.drawable.ic_sysbar_rotate_button, false /* shadow */, ovalBackgroundColor); in getImageDrawable()