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