Home
last modified time | relevance | path

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

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