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()
245 double proportion = 0.0; in getSeedColors()247 proportion += hueProportions.get(wrapDegrees(i)); in getSeedColors()249 return proportion; in getSeedColors()260 double proportion = intToHueProportion.get(entry.getKey()); in getSeedColors()261 return hct.getChroma() >= MIN_CHROMA && proportion > 0.01; in getSeedColors()352 private static double score(Hct hct, double proportion) { in score() argument353 double proportionScore = 0.7 * 100.0 * proportion; in score()
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 ...