Searched refs:newTotal (Results 1 – 1 of 1) sorted by relevance
356 float newTotal = oldTotal == null ? score : oldTotal + score; in findDominantColorByHue() local357 rgbScores.put(bucket, newTotal); in findDominantColorByHue()358 if (newTotal > highScore) { in findDominantColorByHue()359 highScore = newTotal; in findDominantColorByHue()