Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/config/
DHysteresisLevels.java412 float[] configThresholdWithZeroPrefixed = new float[configThresholdsSize]; in getBrightnessLevelAndPercentage() local
415 configThresholdWithZeroPrefixed[i] = (float) configThresholdArray[i - 1]; in getBrightnessLevelAndPercentage()
418 configThresholdWithZeroPrefixed = in getBrightnessLevelAndPercentage()
419 constraintInRangeIfNeeded(configThresholdWithZeroPrefixed); in getBrightnessLevelAndPercentage()
427 return new Pair<>(configThresholdWithZeroPrefixed, configPercentage); in getBrightnessLevelAndPercentage()