Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt337 val newBaseColor = if (behavior is ToggleRangeBehavior) { in animateBackgroundChange() constant
347 startBackgroundAnimation(this, newAlpha, newClipColor, newBaseColor) in animateBackgroundChange()
350 this, newAlpha, newClipColor, newBaseColor, newLayoutAlpha = 1f in animateBackgroundChange()
360 @ColorInt newBaseColor: Int in startBackgroundAnimation()
367 val oldBaseColor = baseLayer.color?.defaultColor ?: newBaseColor in startBackgroundAnimation()
375 val updatedBaseColor = ColorUtils.blendARGB(oldBaseColor, newBaseColor, in startBackgroundAnimation()
407 @ColorInt newBaseColor: Int, in applyBackgroundChange()
414 baseLayer.setColor(newBaseColor) in applyBackgroundChange()