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
342 double proportion = mapEntry.getValue(); in WallpaperColors() local378 private static double score(Cam cam, double proportion) { in score()387 double proportion = 0.0; in colorToHueProportion() local
531 var proportion = 0.0 in getSeedColors() variable545 val proportion = intToHueProportion[it.key]!! in getSeedColors() constant