Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java603 updateBackgroundColor(true /* animate */); in updateContentTransformation()
620 updateBackgroundColor(false); in updateContentTransformation()
758 updateBackgroundColor(animate); in selectLayout()
799 public void updateBackgroundColor(boolean animate) { in updateBackgroundColor() method in NotificationContentView
1340 updateBackgroundColor(false);
DExpandableNotificationRow.java1595 getShowingLayout().updateBackgroundColor(false /* animate */);
1736 showingLayout.updateBackgroundColor(animated);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java433 updateBackgroundColor(mBackground.getColor(), dimAlpha); in setDimAlpha()
440 private void updateBackgroundColor(int color, float dimAlpha) { in updateBackgroundColor() method in TaskViewHeader
469 updateBackgroundColor(primaryColor, mDimAlpha); in bindToTask()