HomeSort by relevance Sort by last modified time
    Searched defs:interpolateColor (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 35 SkColor TestUtils::interpolateColor(float fraction, SkColor start, SkColor end) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 202 int color = interpolateColor(mColor, mDarkProgressTint, intensity);
217 private static int interpolateColor(int source, int target, float t) {

Completed in 614 milliseconds