Searched refs:oldTotal (Results 1 – 1 of 1) sorted by relevance
355 Float oldTotal = rgbScores.get(bucket); in findDominantColorByHue() local356 float newTotal = oldTotal == null ? score : oldTotal + score; in findDominantColorByHue()