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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerGaugePreference.java49 public void setPercent(double percentOfMax, double percentOfTotal) { argument
51 mProgressText = Utils.formatPercentage((int) (percentOfTotal + 0.5));
H A DPowerUsageSummary.java277 final double percentOfTotal =
279 if (((int) (percentOfTotal + .5)) < 1) {
288 if (percentOfTotal < 10) {
301 if (percentOfTotal < 5) {
318 sipper.percent = percentOfTotal;
321 pref.setPercent(percentOfMax, percentOfTotal);

Completed in 67 milliseconds