Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java54 public static int interpolateColors(int startColor, int endColor, float amount) { in interpolateColors() method in NotificationUtils
DNotificationIconDozeHelper.java84 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
/frameworks/base/libs/hwui/
DPropertyValuesHolder.h112 static SkColor interpolateColors(SkColor fromColor, SkColor toColor, float fraction);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java148 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,
587 int color = NotificationUtils.interpolateColors(mDecorColor, Color.WHITE, mDarkAmount); in updateDecorColor()
620 int color = NotificationUtils.interpolateColors( in updateIconColor()
DNotificationShelf.java764 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java583 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint()
972 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
DNotificationContentView.java733 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()