Searched refs:mArrowDisappearAnimation (Results 1 – 1 of 1) sorted by relevance
143 private final ValueAnimator mArrowDisappearAnimation; field in EdgeBackGesturePanel249 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()473 mArrowDisappearAnimation.start(); in triggerBack()509 mArrowDisappearAnimation.cancel(); in resetOnDown()