Home
last modified time | relevance | path

Searched refs:interpolateColor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
DPartialDamageAnimation.cpp62 SkColor color = TestUtils::interpolateColor( in doFrame()
DRecentsAnimation.cpp66 mThumbnail.eraseColor(TestUtils::interpolateColor( in doFrame()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTemplateViewWrapper.java199 int color = interpolateColor(mColor, mDarkProgressTint, intensity); in updateProgressDark()
218 private static int interpolateColor(int source, int target, float t) { in interpolateColor() method in NotificationTemplateViewWrapper
DNotificationHeaderViewWrapper.java236 int color = interpolateColor(mColor, mIconDarkColor, intensity); in updateIconColorFilter()
266 private static int interpolateColor(int source, int target, float t) { in interpolateColor() method in NotificationHeaderViewWrapper
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp26 SkColor TestUtils::interpolateColor(float fraction, SkColor start, SkColor end) { in interpolateColor() function in android::uirenderer::TestUtils
DTestUtils.h224 static SkColor interpolateColor(float fraction, SkColor start, SkColor end);