Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewHeader.java421 updateBackgroundColor(mBackground.getColor(), dimAlpha); in setDimAlpha()
428 private void updateBackgroundColor(int color, float dimAlpha) { in updateBackgroundColor() method in TaskViewHeader
457 updateBackgroundColor(primaryColor, mDimAlpha); in bindToTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java702 updateBackgroundColor(true /* animate */); in updateContentTransformation()
719 updateBackgroundColor(false); in updateContentTransformation()
880 updateBackgroundColor(animate); in selectLayout()
919 public void updateBackgroundColor(boolean animate) { in updateBackgroundColor() method in NotificationContentView
1615 updateBackgroundColor(false);
DExpandableNotificationRow.java2395 getShowingLayout().updateBackgroundColor(false /* animate */);
2563 showingLayout.updateBackgroundColor(animated);
/frameworks/base/core/java/android/app/
DNotification.java4682 updateBackgroundColor(contentView, p); in applyStandardTemplate()
4849 private void updateBackgroundColor(RemoteViews contentView, in updateBackgroundColor() method in Notification.Builder