Searched refs:bestFit (Results 1 – 2 of 2) sorted by relevance
145 int fitIndex = bestFit(palette, hsl[0], hsl[1], hsl[2]); in runTonalExtraction()326 private static int bestFit(@NonNull TonalPalette palette, float h, float s, float l) { in bestFit() method in Tonal
5332 RemoteViews bestFit = null;5341 if (bestFit == null) {5342 bestFit = layout;5347 bestFit = layout;5353 if (bestFit == null) {5357 return bestFit;