Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java147 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()