Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiModeManager.java480 private static final float CONTRAST_MIN_VALUE = -1f; field in UiModeManager.ContrastUtils
504 if (contrast < CONTRAST_MIN_VALUE || contrast > CONTRAST_MAX_VALUE) { in toContrastLevel()