Searched refs:currentProgress (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
H A D | FlingUpDownTouchHandler.java | 147 private float currentProgress; field in FlingUpDownTouchHandler 246 startMotion(pointerY, false, currentProgress); in onTouch() 264 startMotion(newY, true, currentProgress); in onTouch() 397 flingAnimationUtils.apply(animator, currentProgress, target, velocity); in fling() 399 flingAnimationUtils.applyDismissing(animator, currentProgress, target, velocity, 1); in fling() 430 if (currentProgress == 0) { in onMoveEnded() 433 listener.onMoveFinish(currentProgress > 0); in onMoveEnded() 438 ValueAnimator animator = ValueAnimator.ofFloat(currentProgress, targetProgress); in createProgressAnimator() 493 currentProgress = progress; in setCurrentProgress()
|
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | DynamicSystemInstallationService.java | 454 long currentProgress = (mCurrentPartitionInstalledSize >> 20) * currentMax in buildNotification() local 457 progress += (int) currentProgress; in buildNotification()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ProgressBar.java | 1584 final float currentProgress = progress; in getPercent() local 1589 final float percent = (currentProgress - minProgress) / diffProgress; in getPercent()
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 1479 int currentProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation() local 1481 (i == (pcount -1)) && currentProgress != 0; in playAnimation()
|