Searched refs:interpolateColors (Results 1 – 4 of 4) sorted by relevance
47 public static int interpolateColors(int startColor, int endColor, float amount) { in interpolateColors() method in NotificationUtils
113 static SkColor interpolateColors(SkColor fromColor, SkColor toColor, float fraction);
516 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint()
541 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()