Searched refs:currentProgress (Results 1 – 3 of 3) sorted by relevance
454 long currentProgress = (mCurrentPartitionInstalledSize >> 20) * currentMax in buildNotification() local457 progress += (int) currentProgress; in buildNotification()
1584 final float currentProgress = progress; in getPercent() local1589 final float percent = (currentProgress - minProgress) / diffProgress; in getPercent()
1257 int currentProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation() local1259 (i == (pcount -1)) && currentProgress != 0; in playAnimation()