Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java680 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local
682 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()
701 int customBackgroundColor = 0; in getBackgroundColor() local
703 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
705 return customBackgroundColor; in getBackgroundColor()
DExpandableNotificationRow.java675 public void setContentBackground(int customBackgroundColor, boolean animate,
678 setTintColor(customBackgroundColor, animate);