Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java530 int newColor = calculateBgColor(); in setOverrideTintColor()
552 int color = calculateBgColor(); in updateBackgroundTint()
931 public int calculateBgColor() { in calculateBgColor() method in ActivatableNotificationView
932 return calculateBgColor(true /* withTint */, true /* withOverRide */); in calculateBgColor()
948 private int calculateBgColor(boolean withTint, boolean withOverride) { in calculateBgColor() method in ActivatableNotificationView
950 int defaultTint = calculateBgColor(withTint, false); in calculateBgColor()
1008 return calculateBgColor() == otherView.calculateBgColor(); in hasSameBgColor()
1024 return calculateBgColor(false /* withTint */, false /* withOverride */); in getBackgroundColorWithoutTint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java966 cd.setColor(mContainingNotification.calculateBgColor());