Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceConfig.java2955 float[] thresholdLevelsScaled = new float[thresholdLevels.length]; in constraintInRangeIfNeeded() local
2957 thresholdLevelsScaled[index] = thresholdLevels[index] / 255.0f; in constraintInRangeIfNeeded()
2959 return thresholdLevelsScaled; in constraintInRangeIfNeeded()