Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DBackProgressAnimator.java66 (animation, progress, velocity) -> updateProgressValue(progress, velocity);
92 if (mBackInvokedFinishRunnable == null) updateProgressValue(value, velocity); in onAnimationUpdate()
137 updateProgressValue(0, 0); in onBackStarted()
146 updateProgressValue(0, 0); in reset()
224 private void updateProgressValue(float progress, float velocity) { in updateProgressValue() method in BackProgressAnimator