Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationTemplateViewWrapper.java209 int color = interpolateColor(mIconBackgroundColor, mIconBackgroundDarkColor, intensity); in updateIconColorFilter()
237 private static int interpolateColor(int source, int target, float t) { in interpolateColor() method in NotificationTemplateViewWrapper