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