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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationTemplateViewWrapper.java 220 int rSource = Color.red(source);
229 (int) (rSource * (1f - t) + rTarget * t),
NotificationHeaderViewWrapper.java 272 int rSource = Color.red(source);
281 (int) (rSource * (1f - t) + rTarget * t),

Completed in 167 milliseconds