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.java510 updateBackgroundColor(true /* animate */); in updateContentTransformation()
527 updateBackgroundColor(false); in updateContentTransformation()
637 updateBackgroundColor(animate); in selectLayout()
679 public void updateBackgroundColor(boolean animate) { in updateBackgroundColor() method in NotificationContentView
1153 updateBackgroundColor(false);
DExpandableNotificationRow.java1244 getShowingLayout().updateBackgroundColor(false /* animate */);
1357 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()