Home
last modified time | relevance | path

Searched refs:currentProgress (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java454 long currentProgress = (mCurrentPartitionInstalledSize >> 20) * currentMax in buildNotification() local
457 progress += (int) currentProgress; in buildNotification()
/frameworks/base/core/java/android/widget/
DProgressBar.java1584 final float currentProgress = progress; in getPercent() local
1589 final float percent = (currentProgress - minProgress) / diffProgress; in getPercent()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1257 int currentProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation() local
1259 (i == (pcount -1)) && currentProgress != 0; in playAnimation()