Searched refs:newClipColor (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlViewHolder.kt | 324 val (newClipColor, newAlpha) = if (enabled) { in animateBackgroundChange() constant 338 ColorUtils.blendARGB(bg, newClipColor, toggleBackgroundIntensity) in animateBackgroundChange() 347 startBackgroundAnimation(this, newAlpha, newClipColor, newBaseColor) in animateBackgroundChange() 350 this, newAlpha, newClipColor, newBaseColor, newLayoutAlpha = 1f in animateBackgroundChange() 359 @ColorInt newClipColor: Int, in startBackgroundAnimation() 363 clipDrawable.color?.defaultColor ?: newClipColor in startBackgroundAnimation() 365 newClipColor in startBackgroundAnimation() 373 val updatedClipColor = ColorUtils.blendARGB(oldClipColor, newClipColor, in startBackgroundAnimation() 406 @ColorInt newClipColor: Int, in applyBackgroundChange() 412 clipDrawable.setColor(newClipColor) in applyBackgroundChange()
|