Home
last modified time | relevance | path

Searched defs:thresholdLevels (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/config/
DHysteresisLevels.java196 private float getReferenceLevel(float value, float[] thresholdLevels, in getReferenceLevel()
370 float[] thresholdLevels = new float[size]; in getBrightnessLevelAndPercentage() local
439 private static float[] constraintInRangeIfNeeded(float[] thresholdLevels) { in constraintInRangeIfNeeded()