Searched refs:configThresholdWithZeroPrefixed (Results 1 – 1 of 1) sorted by relevance
412 float[] configThresholdWithZeroPrefixed = new float[configThresholdsSize]; in getBrightnessLevelAndPercentage() local415 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()