Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt362 val oldClipColor = if (clipDrawable is GradientDrawable) { in startBackgroundAnimation() constant
373 val updatedClipColor = ColorUtils.blendARGB(oldClipColor, newClipColor, in startBackgroundAnimation()