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

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

Completed in 337 milliseconds