Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapper.java73 public int getCustomBackgroundColor() { in getCustomBackgroundColor() method in NotificationCustomViewWrapper
74 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor()
DNotificationViewWrapper.java319 public int getCustomBackgroundColor() { in getCustomBackgroundColor() method in NotificationViewWrapper
325 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java61 wrap.getCustomBackgroundColor() != 0); in testBackgroundPersists()
66 wrap.getCustomBackgroundColor() != 0); in testBackgroundPersists()
/frameworks/base/core/java/android/app/
DActivityOptions.java1359 public int getCustomBackgroundColor() { in getCustomBackgroundColor() method in ActivityOptions
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java937 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java4894 pendingOptions.getCustomBackgroundColor(), in applyOptionsAnimation()
4900 pendingOptions.getCustomBackgroundColor(), in applyOptionsAnimation()