Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonDrawable.java100 boolean horizontalFlip, Color ovalBackgroundColor) { in KeyButtonDrawable() argument
102 d instanceof AnimatedVectorDrawable, horizontalFlip, ovalBackgroundColor)); in KeyButtonDrawable()
433 boolean animated, boolean horizontalFlip, Color ovalBackgroundColor) { in ShadowDrawableState() argument
439 mOvalBackgroundColor = ovalBackgroundColor; in ShadowDrawableState()
463 @DrawableRes int iconResId, boolean hasShadow, Color ovalBackgroundColor) { in create() argument
467 iconResId, hasShadow, ovalBackgroundColor); in create()
476 Color ovalBackgroundColor) { in create() argument
481 isRtl && d.isAutoMirrored(), ovalBackgroundColor); in create()
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DKeyButtonDrawable.java104 boolean horizontalFlip, Color ovalBackgroundColor) { in KeyButtonDrawable() argument
106 d instanceof AnimatedVectorDrawable, horizontalFlip, ovalBackgroundColor)); in KeyButtonDrawable()
437 boolean horizontalFlip, Color ovalBackgroundColor) { in ShadowDrawableState() argument
443 mOvalBackgroundColor = ovalBackgroundColor; in ShadowDrawableState()
468 Color ovalBackgroundColor) { in create() argument
473 isRtl && d.isAutoMirrored(), ovalBackgroundColor); in create()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButtonView.java85 final int ovalBackgroundColor = Color.valueOf(Color.red(darkColor), in setColors() local
88 mOvalBgPaint.setColor(ovalBackgroundColor); in setColors()