Searched refs:interpolateColors (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationIconDozeHelper.java | 84 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
|
H A D | NotificationUtils.java | 54 public static int interpolateColors(int startColor, int endColor, float amount) { in interpolateColors() method in NotificationUtils
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationViewTest.kt | 81 .isEqualTo(NotificationUtils.interpolateColors(Color.BLUE, Color.RED, 0.5f))
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | PropertyValuesHolder.h | 112 static SkColor interpolateColors(SkColor fromColor, SkColor toColor, float fraction);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationView.java | 305 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint() 619 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
|
H A D | NotificationContentView.java | 742 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconView.java | 172 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor, 695 int color = NotificationUtils.interpolateColors(mDecorColor, Color.WHITE, mDozeAmount); in updateDecorColor() 733 int color = NotificationUtils.interpolateColors( in updateIconColor()
|
H A D | NotificationShelf.java | 908 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor, in setIconTransformationAmount()
|