Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DColorExtractor.java62 float highScore = -1; in findDominantColorByHue() local
91 if (hueScoreHistogram[hue] > highScore) { in findDominantColorByHue()
92 highScore = hueScoreHistogram[hue]; in findDominantColorByHue()
101 highScore = -1; in findDominantColorByHue()
118 if (newTotal > highScore) { in findDominantColorByHue()
119 highScore = newTotal; in findDominantColorByHue()