Searched refs:currentProgress (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
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()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | DisplaySizeData.java | 57 void commit(int currentProgress) { in commit() argument 58 final int densityDpi = getValues().get(currentProgress); in commit() 62 mDensity.setForcedDisplayDensity(currentProgress); in commit()
|
D | FontSizeData.java | 54 void commit(int currentProgress) { in commit() argument 63 getValues().get(currentProgress)); in commit()
|
D | PreviewSizeData.java | 70 abstract void commit(int currentProgress); in commit() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 478 float currentProgress = in onAnimationUpdate() local 480 if (currentProgress > mStartThreshold && currentProgress < mEndThreshold) { in onAnimationUpdate() 482 } else if (!(currentProgress == 0 || currentProgress == 1)) { in onAnimationUpdate()
|