Home
last modified time | relevance | path

Searched refs:customBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationCustomViewWrapper.java107 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local
108 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()
111 return customBackgroundColor; in getCustomBackgroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java800 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local
802 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()
821 int customBackgroundColor = 0; in getBackgroundColor() local
823 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
825 return customBackgroundColor; in getBackgroundColor()
DExpandableNotificationRow.java859 public void setContentBackground(int customBackgroundColor, boolean animate,
862 setTintColor(customBackgroundColor, animate);