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

/frameworks/base/libs/hwui/tests/common/scenes/
H A DPartialDamageAnimation.cpp62 SkColor color = TestUtils::interpolateColor(
H A DRecentsAnimation.cpp68 mThumbnail.eraseColor(TestUtils::interpolateColor(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java202 int color = interpolateColor(mColor, mDarkProgressTint, intensity);
217 private static int interpolateColor(int source, int target, float t) { method in class:NotificationTemplateViewWrapper
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp35 SkColor TestUtils::interpolateColor(float fraction, SkColor start, SkColor end) { function in class:android::uirenderer::TestUtils
H A DTestUtils.h328 static SkColor interpolateColor(float fraction, SkColor start, SkColor end);

Completed in 85 milliseconds