Searched refs:interpolateColors (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationUtils.java | 54 public static int interpolateColors(int startColor, int endColor, float amount) { in interpolateColors() method in NotificationUtils
|
D | NotificationIconDozeHelper.java | 84 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
|
/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, 587 int color = NotificationUtils.interpolateColors(mDecorColor, Color.WHITE, mDarkAmount); in updateDecorColor() 620 int color = NotificationUtils.interpolateColors( in updateIconColor()
|
D | NotificationShelf.java | 764 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationView.java | 583 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint() 972 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
|
D | NotificationContentView.java | 733 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
|