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.java190 } else if (hasEnoughPopulation(dominantSwatch)) { in selectForegroundColorForSwatches()
199 boolean firstValid = hasEnoughPopulation(first); in selectMutedCandidate()
200 boolean secondValid = hasEnoughPopulation(second); in selectMutedCandidate()
219 boolean firstValid = hasEnoughPopulation(first); in selectVibrantCandidate()
220 boolean secondValid = hasEnoughPopulation(second); in selectVibrantCandidate()
238 private boolean hasEnoughPopulation(Palette.Swatch swatch) { in hasEnoughPopulation() method in MediaNotificationProcessor