Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/config/
DHysteresisLevels.java454 float maxValueInclusive) { in isAllInRange() argument
456 if (v < minValueInclusive || v > maxValueInclusive) { in isAllInRange()