Searched refs:updateBackgroundColor (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java421 updateBackgroundColor(mBackground.getColor(), dimAlpha);
428 private void updateBackgroundColor(int color, float dimAlpha) { method in class:TaskViewHeader
457 updateBackgroundColor(primaryColor, mDimAlpha);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java666 updateBackgroundColor(true /* animate */);
683 updateBackgroundColor(false);
841 updateBackgroundColor(animate);
882 public void updateBackgroundColor(boolean animate) { method in class:NotificationContentView
1524 updateBackgroundColor(false);
H A DExpandableNotificationRow.java2161 getShowingLayout().updateBackgroundColor(false /* animate */);
2320 showingLayout.updateBackgroundColor(animated);
/frameworks/base/core/java/android/app/
H A DNotification.java4398 updateBackgroundColor(contentView);
4547 private void updateBackgroundColor(RemoteViews contentView) { method in class:Notification.Builder

Completed in 198 milliseconds