Searched refs:thresholdPercentages (Results 1 – 2 of 2) sorted by relevance
115 float[] thresholdPercentages) { in getReferenceLevel() argument123 return thresholdPercentages[index]; in getReferenceLevel()
2884 float[] thresholdPercentages = new float[size]; in getBrightnessLevelAndPercentage() local2889 thresholdPercentages[i] = point.getPercentage().floatValue(); in getBrightnessLevelAndPercentage()2892 return new Pair<>(thresholdLevels, thresholdPercentages); in getBrightnessLevelAndPercentage()