Searched refs:indexBestMatch (Results 1 – 2 of 2) sorted by relevance
87 int indexBestMatch = 0; in calculatePrimaryAndSecondaryColor() local97 indexBestMatch = i; in calculatePrimaryAndSecondaryColor()103 sPrimaryColors.getColor(indexBestMatch, 0), sSecondaryColors.getColor(indexBestMatch, 0)); in calculatePrimaryAndSecondaryColor()
117 int indexBestMatch = 0; in calculatePrimaryAndSecondaryColor() local127 indexBestMatch = i; in calculatePrimaryAndSecondaryColor()132 return new MaterialPalette(sPrimaryColors.getColor(indexBestMatch, 0), in calculatePrimaryAndSecondaryColor()133 sSecondaryColors.getColor(indexBestMatch, 0)); in calculatePrimaryAndSecondaryColor()