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