Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4797 double textLum = ContrastColorUtil.calculateLuminance(mForegroundColor); in ensureColors() local
4802 boolean backgroundLight = backLum > textLum in ensureColors()
4804 || backLum <= textLum in ensureColors()