Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java356 float newTotal = oldTotal == null ? score : oldTotal + score; in findDominantColorByHue() local
357 rgbScores.put(bucket, newTotal); in findDominantColorByHue()
358 if (newTotal > highScore) { in findDominantColorByHue()
359 highScore = newTotal; in findDominantColorByHue()