Searched refs:percentOfTotal (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerGaugePreference.java44 public void setPercent(double percentOfMax, double percentOfTotal) { argument
46 setSummary(Utils.formatPercentage((int) (percentOfTotal + 0.5)));
H A DPowerUsageSummary.java310 final double percentOfTotal =
312 if (((int) (percentOfTotal + .5)) < 1) {
321 if (percentOfTotal < 10) {
334 if (percentOfTotal < 5) {
352 sipper.percent = percentOfTotal;
355 pref.setPercent(percentOfMax, percentOfTotal);

Completed in 366 milliseconds