Searched refs:newBaseColor (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlViewHolder.kt | 337 val newBaseColor = if (behavior is ToggleRangeBehavior) { regex 347 startBackgroundAnimation(this, newAlpha, newClipColor, newBaseColor) 350 this, newAlpha, newClipColor, newBaseColor, newLayoutAlpha = 1f 360 @ColorInt newBaseColor: Int 367 val oldBaseColor = baseLayer.color?.defaultColor ?: newBaseColor 375 val updatedBaseColor = ColorUtils.blendARGB(oldBaseColor, newBaseColor, 407 @ColorInt newBaseColor: Int, 414 baseLayer.setColor(newBaseColor)
|