Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java196 } else if (hasEnoughPopulation(dominantSwatch)) { in selectForegroundColorForSwatches()
205 boolean firstValid = hasEnoughPopulation(first); in selectMutedCandidate()
206 boolean secondValid = hasEnoughPopulation(second); in selectMutedCandidate()
226 boolean firstValid = hasEnoughPopulation(first); in selectVibrantCandidate()
227 boolean secondValid = hasEnoughPopulation(second); in selectVibrantCandidate()
245 private static boolean hasEnoughPopulation(Palette.Swatch swatch) { in hasEnoughPopulation() method in MediaNotificationProcessor