Searched refs:newBaseColor (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlViewHolder.kt | 332 val newBaseColor = if (behavior is ToggleRangeBehavior) { regex 342 startBackgroundAnimation(this, newAlpha, newClipColor, newBaseColor) 345 this, newAlpha, newClipColor, newBaseColor, newLayoutAlpha = 1f 355 @ColorInt newBaseColor: Int 362 val oldBaseColor = baseLayer.color?.defaultColor ?: newBaseColor 370 val updatedBaseColor = ColorUtils.blendARGB(oldBaseColor, newBaseColor, 402 @ColorInt newBaseColor: Int, 409 baseLayer.setColor(newBaseColor)
|