Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4487 double textLum = NotificationColorUtil.calculateLuminance(mForegroundColor); in ensureColors() local
4492 boolean backgroundLight = backLum > textLum in ensureColors()
4494 || backLum <= textLum in ensureColors()