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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java501 updateBackgroundColor(true /* animate */);
518 updateBackgroundColor(false);
628 updateBackgroundColor(animate);
670 public void updateBackgroundColor(boolean animate) { method in class:NotificationContentView
1123 updateBackgroundColor(false);
H A DExpandableNotificationRow.java1205 getShowingLayout().updateBackgroundColor(false /* animate */);
1318 showingLayout.updateBackgroundColor(animated);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java422 updateBackgroundColor(mBackground.getColor(), dimAlpha);
429 private void updateBackgroundColor(int color, float dimAlpha) { method in class:TaskViewHeader
451 updateBackgroundColor(primaryColor, mDimAlpha);

Completed in 79 milliseconds