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

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

Completed in 390 milliseconds