Searched refs:proportion (Results 1 – 7 of 7) sorted by relevance
46 public RelativeSizeSpan(@FloatRange(from = 0) float proportion) { in RelativeSizeSpan()47 mProportion = proportion; in RelativeSizeSpan()
49 public ScaleXSpan(@FloatRange(from = 0) float proportion) { in ScaleXSpan()50 mProportion = proportion; in ScaleXSpan()
531 var proportion = 0.0 regex533 proportion += hueProportions[wrapDegrees(i)]535 proportion545 val proportion = intToHueProportion[it.key]!! regex547 (totalPopulationMeaningless || proportion > 0.01)636 private fun score(cam: Cam, proportion: Double): Double {637 val proportionScore = 0.7 * 100.0 * proportion
342 double proportion = mapEntry.getValue(); in WallpaperColors() local343 double score = score(colorToCam.get(color), proportion); in WallpaperColors()378 private static double score(Cam cam, double proportion) { in score() argument379 return cam.getChroma() + (proportion * 100); in score()387 double proportion = 0.0; in colorToHueProportion() local389 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()391 colorToHueProportion.put(color, proportion); in colorToHueProportion()
266 double proportion = metric.total != 0 ? metric.value * 100 / metric.total : 0;271 metric.value, proportion));276 (long) metric.value, proportion));
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
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...