Searched refs:interpolateColor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | PartialDamageAnimation.cpp | 62 SkColor color = TestUtils::interpolateColor( in doFrame()
|
D | RecentsAnimation.cpp | 66 mThumbnail.eraseColor(TestUtils::interpolateColor( in doFrame()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationTemplateViewWrapper.java | 199 int color = interpolateColor(mColor, mDarkProgressTint, intensity); in updateProgressDark() 218 private static int interpolateColor(int source, int target, float t) { in interpolateColor() method in NotificationTemplateViewWrapper
|
D | NotificationHeaderViewWrapper.java | 236 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/ |
D | TestUtils.cpp | 26 SkColor TestUtils::interpolateColor(float fraction, SkColor start, SkColor end) { in interpolateColor() function in android::uirenderer::TestUtils
|
D | TestUtils.h | 224 static SkColor interpolateColor(float fraction, SkColor start, SkColor end);
|