Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DColorExtractor.java98 SparseArray<Float> rgbScores = mTmpRgbScores; in findDominantColorByHue() local
99 rgbScores.clear(); in findDominantColorByHue()
115 Float oldTotal = rgbScores.get(bucket); in findDominantColorByHue()
117 rgbScores.put(bucket, newTotal); in findDominantColorByHue()