Searched refs:configThresholdWithZeroPrefixed (Results 1 – 1 of 1) sorted by relevance
2924 float[] configThresholdWithZeroPrefixed = new float[configThresholdsSize]; in getBrightnessLevelAndPercentage() local2927 configThresholdWithZeroPrefixed[i] = (float) configThresholdArray[i - 1]; in getBrightnessLevelAndPercentage()2930 configThresholdWithZeroPrefixed = in getBrightnessLevelAndPercentage()2931 constraintInRangeIfNeeded(configThresholdWithZeroPrefixed); in getBrightnessLevelAndPercentage()2938 } return new Pair<>(configThresholdWithZeroPrefixed, configPercentage); in getBrightnessLevelAndPercentage()