Searched refs:endColor (Results 1 – 2 of 2) sorted by relevance
120 public ColorAnimation(RecyclerView.ViewHolder vh, int startColor, int endColor) in ColorAnimation() argument123 mValueAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), startColor, endColor); in ColorAnimation()127 mEndColor = endColor; in ColorAnimation()
226 int endColor = Color.argb(200, 0, 0, 0); in onDraw() local230 endColor, Shader.TileMode.CLAMP); in onDraw()