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.java85 boolean horizontalFlip, Color ovalBackgroundColor) { in KeyButtonDrawable() argument
87 d instanceof AnimatedVectorDrawable, horizontalFlip, ovalBackgroundColor)); in KeyButtonDrawable()
399 boolean animated, boolean horizontalFlip, Color ovalBackgroundColor) { in ShadowDrawableState() argument
405 mOvalBackgroundColor = ovalBackgroundColor; in ShadowDrawableState()
434 boolean hasShadow, Color ovalBackgroundColor) { in create() argument
440 ovalBackgroundColor); in create()
457 @DrawableRes int iconResId, boolean hasShadow, Color ovalBackgroundColor) { in create() argument
461 iconResId, hasShadow, ovalBackgroundColor); in create()
470 Color ovalBackgroundColor) { in create() argument
475 isRtl && d.isAutoMirrored(), ovalBackgroundColor); in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DFloatingRotationButton.java161 Color ovalBackgroundColor = Color.valueOf(Color.red(darkColor), Color.green(darkColor), in getImageDrawable() local
166 R.drawable.ic_sysbar_rotate_button, false /* shadow */, ovalBackgroundColor); in getImageDrawable()