Searched defs:proportion (Results 1 – 3 of 3) sorted by relevance
373 final double proportion = entry.value2 != 0 ? entry.value1 * 100 / entry.value2 : 0; in setProportionText() local375 String.format(Locale.getDefault(), "%.1f%%", proportion)); in setProportionText() local
330 double proportion = mapEntry.getValue(); in WallpaperColors() local366 private static double score(Cam cam, double proportion) { in score()375 double proportion = 0.0; in colorToHueProportion() local
394 var proportion = 0.0 in getSeedColors() variable405 val proportion = intToHueProportion[it.key]!! in getSeedColors() constant