Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java378 if (shouldBeScoredForTarget(swatch, target)) { in getMaxScoredSwatchForTarget()
389 private boolean shouldBeScoredForTarget(final Palette.Swatch swatch, final Target target) { in shouldBeScoredForTarget() method in Palette