Home
last modified time | relevance | path

Searched defs:updateBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java428 private void updateBackgroundColor(int color, float dimAlpha) { in updateBackgroundColor() method in TaskViewHeader
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java882 public void updateBackgroundColor(boolean animate) { in updateBackgroundColor() method in NotificationContentView
/frameworks/base/core/java/android/app/
DNotification.java4547 private void updateBackgroundColor(RemoteViews contentView) { in updateBackgroundColor() method in Notification.Builder