Home
last modified time | relevance | path

Searched refs:setTintColor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationViewTest.kt76 mView.setTintColor(Color.BLUE) in testBackgroundBehaviors()
DExpandableNotificationRowTest.java168 group.setTintColor(Color.RED); in testUpdateBackgroundColors_isRecursive()
169 group.getChildNotificationAt(0).setTintColor(Color.GREEN); in testUpdateBackgroundColors_isRecursive()
170 group.getChildNotificationAt(1).setTintColor(Color.BLUE); in testUpdateBackgroundColors_isRecursive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java252 protected void setTintColor(int color) { in setTintColor() method in ActivatableNotificationView
253 setTintColor(color, false); in setTintColor()
259 void setTintColor(int color, boolean animated) { in setTintColor() method in ActivatableNotificationView
DExpandableNotificationRow.java1432 setTintColor(customBackgroundColor, animate);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java439 setTintColor(previousColor); in updateAppearance()