Home
last modified time | relevance | path

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

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