Home
last modified time | relevance | path

Searched refs:ensureButtonFillContrast (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java511 int result = Notification.Builder.ensureButtonFillContrast(foreground, background); in testBuilder_ensureButtonFillContrast_adjustsDarker()
521 int result = Notification.Builder.ensureButtonFillContrast(foreground, background); in testBuilder_ensureButtonFillContrast_adjustsLighter()
/frameworks/base/core/java/android/app/
DNotification.java6885 buttonFillColor = ensureButtonFillContrast( in generateActionButton()
6898 buttonFillColor = ensureButtonFillContrast( in generateActionButton()
7076 public static int ensureButtonFillContrast(int color, int bg) { in ensureButtonFillContrast() method in Notification.Builder