Searched refs:interpolateColor (Results 1 – 1 of 1) sorted by relevance
209 int color = interpolateColor(mIconBackgroundColor, mIconBackgroundDarkColor, intensity); in updateIconColorFilter()237 private static int interpolateColor(int source, int target, float t) { in interpolateColor() method in NotificationTemplateViewWrapper