Searched refs:interpolateColors (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationIconDozeHelper.java | 84 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
|
D | NotificationUtils.java | 54 public static int interpolateColors(int startColor, int endColor, float amount) { in interpolateColors() method in NotificationUtils
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesHolder.h | 112 static SkColor interpolateColors(SkColor fromColor, SkColor toColor, float fraction);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 148 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor, 588 int color = NotificationUtils.interpolateColors(mDecorColor, Color.WHITE, mDozeAmount); in updateDecorColor() 626 int color = NotificationUtils.interpolateColors( in updateIconColor()
|
D | NotificationShelf.java | 840 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationView.java | 494 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint() 878 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
|
D | NotificationContentView.java | 712 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
|