Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DColorExtractor.java115 Float oldTotal = rgbScores.get(bucket); in findDominantColorByHue() local
116 float newTotal = oldTotal == null ? score : oldTotal + score; in findDominantColorByHue()