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