Home
last modified time | relevance | path

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

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