Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationIconDozeHelper.java84 int color = NotificationUtils.interpolateColors(mColor, mImageDarkColor, intensity); in updateImageColorFilter()
H A DNotificationUtils.java54 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 DActivatableNotificationViewTest.kt81 .isEqualTo(NotificationUtils.interpolateColors(Color.BLUE, Color.RED, 0.5f))
/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h112 static SkColor interpolateColors(SkColor fromColor, SkColor toColor, float fraction);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java305 int newColor = NotificationUtils.interpolateColors(mStartTint, mTargetTint, in updateBackgroundTint()
619 return NotificationUtils.interpolateColors(defaultTint, mOverrideTint, mOverrideAmount); in calculateBgColor()
H A DNotificationContentView.java742 endColor = NotificationUtils.interpolateColors(startColor, endColor, in updateBackgroundTransformation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java172 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 DNotificationShelf.java908 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor, in setIconTransformationAmount()