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

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

Completed in 46 milliseconds