Searched refs:clipDrawable (Results 1 – 2 of 2) sorted by relevance
357 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()
297 final ClipDrawable clipDrawable = in updateSeekbarProgressBackground() local301 (GradientDrawable) clipDrawable.getDrawable(); in updateSeekbarProgressBackground()448 final ClipDrawable clipDrawable = in animateCornerAndVolume() local