Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java420 float[] hueScoreHistogram = new float[360]; in findDominantColorByHue() local
437 if (hue < 0 || hue >= hueScoreHistogram.length) { in findDominantColorByHue()
442 hueScoreHistogram[hue] += score; in findDominantColorByHue()
443 if (hueScoreHistogram[hue] > highScore) { in findDominantColorByHue()
444 highScore = hueScoreHistogram[hue]; in findDominantColorByHue()