Home
last modified time | relevance | path

Searched refs:getCustomBackgroundColor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapper.java72 public int getCustomBackgroundColor() { in getCustomBackgroundColor() method in NotificationCustomViewWrapper
73 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor()
DNotificationViewWrapper.java270 public int getCustomBackgroundColor() { in getCustomBackgroundColor() method in NotificationViewWrapper
276 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor()
DNotificationMediaTemplateViewWrapper.java394 return getCustomBackgroundColor() == 0; in isDimmable()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java57 wrap.getCustomBackgroundColor() != 0); in testBackgroundPersists()
62 wrap.getCustomBackgroundColor() != 0); in testBackgroundPersists()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java884 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()