Home | History | Annotate | Download | only in settings

Lines Matching full:percenttotal

1594             final int percentTotal = mLargest != 0 ? (int) (item.total * 100 / mLargest) : 0;
1595 progress.setProgress(percentTotal);