Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlViewHolder.kt357 clipDrawable: Drawable, in startBackgroundAnimation()
362 val oldClipColor = if (clipDrawable is GradientDrawable) { in startBackgroundAnimation()
363 clipDrawable.color?.defaultColor ?: newClipColor in startBackgroundAnimation()
379 clipDrawable, in startBackgroundAnimation()
404 clipDrawable: Drawable, in applyBackgroundChange()
410 clipDrawable.alpha = newAlpha in applyBackgroundChange()
411 if (clipDrawable is GradientDrawable) { in applyBackgroundChange()
412 clipDrawable.setColor(newClipColor) in applyBackgroundChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseAdapter.java297 final ClipDrawable clipDrawable = in updateSeekbarProgressBackground() local
301 (GradientDrawable) clipDrawable.getDrawable(); in updateSeekbarProgressBackground()
448 final ClipDrawable clipDrawable = in animateCornerAndVolume() local