Searched refs:swatch (Results 1 – 5 of 5) sorted by relevance
133 private static void addSwatchToRow(TableRow row, View swatch, int rowNumber) { in addSwatchToRow() argument135 row.addView(swatch); in addSwatchToRow()137 row.addView(swatch, 0); in addSwatchToRow()148 View swatch, String[] contentDescriptions) { in setSwatchDescription() argument169 swatch.setContentDescription(description); in setSwatchDescription()
116 Swatch swatch = mSwatches.get(i); in findDominantSwatch() local117 if (swatch.getPopulation() > maxPop) { in findDominantSwatch()118 maxSwatch = swatch; in findDominantSwatch()119 maxPop = swatch.getPopulation(); in findDominantSwatch()172 Swatch swatch = (Swatch) o; in equals() local173 return mPopulation == swatch.mPopulation && mColor.toArgb() == swatch.mColor.toArgb(); in equals()
210 Swatch swatch = vbox.getAverageColor(); in generateAverageColors() local211 colors.add(swatch); in generateAverageColors()
241 Palette.Swatch swatch = swatches.get(i); in fromBitmap() local242 int colorInt = swatch.getInt(); in fromBitmap()243 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()
980 Palette.Swatch swatch = swatches.get(i); in isGrayscale() local981 if (!isGrayscaleColor(swatch.getInt())) { in isGrayscale()