Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java1224 while (!checkContrastRatio(primary, text)) { in getPrimaryColor()
1228 while (!checkContrastRatio(primary, dial)) { in getPrimaryColor()
1254 private boolean checkContrastRatio(Color color1, Color color2) { in checkContrastRatio() method in EmergencyDialer