Searched refs:CONTRAST_MAX_VALUE (Results 1 – 1 of 1) sorted by relevance
481 private static final float CONTRAST_MAX_VALUE = 1f; field in UiModeManager.ContrastUtils504 if (contrast < CONTRAST_MIN_VALUE || contrast > CONTRAST_MAX_VALUE) { in toContrastLevel()