Home
last modified time | relevance | path

Searched refs:oldTotal (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java467 Float oldTotal = rgbScores.get(bucket); in findDominantColorByHue() local
468 float newTotal = oldTotal == null ? score : oldTotal + score; in findDominantColorByHue()