Searched refs:setTintColor (Results 1 – 5 of 5) sorted by relevance
76 mView.setTintColor(Color.BLUE) in testBackgroundBehaviors()
168 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()
252 protected void setTintColor(int color) { in setTintColor() method in ActivatableNotificationView253 setTintColor(color, false); in setTintColor()259 void setTintColor(int color, boolean animated) { in setTintColor() method in ActivatableNotificationView
1432 setTintColor(customBackgroundColor, animate);
439 setTintColor(previousColor); in updateAppearance()