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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 671 int customBackgroundColor = getBackgroundColor(mVisibleType);
673 mContainingNotification.setContentBackground(customBackgroundColor, animate, this);
692 int customBackgroundColor = 0;
694 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor();
696 return customBackgroundColor;
    [all...]
ExpandableNotificationRow.java 665 public void setContentBackground(int customBackgroundColor, boolean animate,
668 setTintColor(customBackgroundColor, animate);
    [all...]

Completed in 135 milliseconds