Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockPalette.kt24 private const val SECONDARY_LIGHT_INDEX = 2 constant
64 accentSecondaryLight = colorPalette[Math.max(0, length - SECONDARY_LIGHT_INDEX)] in setColorPalette()
66 length - if (supportsDarkText) SECONDARY_DARK_INDEX else SECONDARY_LIGHT_INDEX)] in setColorPalette()