Searched refs:hasEnoughPopulation (Results 1 – 1 of 1) sorted by relevance
190 } 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