Searched refs:ensureButtonFillContrast (Results 1 – 2 of 2) sorted by relevance
511 int result = Notification.Builder.ensureButtonFillContrast(foreground, background); in testBuilder_ensureButtonFillContrast_adjustsDarker()521 int result = Notification.Builder.ensureButtonFillContrast(foreground, background); in testBuilder_ensureButtonFillContrast_adjustsLighter()
6885 buttonFillColor = ensureButtonFillContrast( in generateActionButton()6898 buttonFillColor = ensureButtonFillContrast( in generateActionButton()7076 public static int ensureButtonFillContrast(int color, int bg) { in ensureButtonFillContrast() method in Notification.Builder