Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGesturePanel.java143 private final ValueAnimator mArrowDisappearAnimation; field in EdgeBackGesturePanel
249 mArrowDisappearAnimation = ValueAnimator.ofFloat(0.0f, 1.0f); in EdgeBackGesturePanel()
250 mArrowDisappearAnimation.setDuration(DISAPPEAR_ARROW_ANIMATION_DURATION_MS); in EdgeBackGesturePanel()
251 mArrowDisappearAnimation.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in EdgeBackGesturePanel()
252 mArrowDisappearAnimation.addUpdateListener(animation -> { in EdgeBackGesturePanel()
475 mArrowDisappearAnimation.start(); in triggerBack()
511 mArrowDisappearAnimation.cancel(); in resetOnDown()