Searched refs:thresholdPercentages (Results 1 – 1 of 1) sorted by relevance
197 float[] thresholdPercentages) { in getReferenceLevel() argument205 return thresholdPercentages[index]; in getReferenceLevel()371 float[] thresholdPercentages = new float[size]; in getBrightnessLevelAndPercentage() local376 thresholdPercentages[i] = point.getPercentage().floatValue(); in getBrightnessLevelAndPercentage()379 return new Pair<>(thresholdLevels, thresholdPercentages); in getBrightnessLevelAndPercentage()