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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationCustomViewWrapper.java 107 int customBackgroundColor = super.getCustomBackgroundColor();
108 if (customBackgroundColor == 0 && mIsLegacy) {
111 return customBackgroundColor;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java     [all...]

Completed in 91 milliseconds