Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonHelper.java56 private Animator swipeAnimator; field in SwipeButtonHelper
66 swipeAnimator = null;
286 swipeAnimator = null; in startHintAnimationPhase1()
299 swipeAnimator = animator; in startHintAnimationPhase1()
317 swipeAnimator = null; in startUnlockHintAnimationPhase2()
328 swipeAnimator = animator; in startUnlockHintAnimationPhase2()
352 if (swipeAnimator != null) { in cancelAnimation()
353 swipeAnimator.cancel(); in cancelAnimation()
401 swipeAnimator = animator; in fling()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java452 ValueAnimator swipeAnimator = ValueAnimator.ofFloat(0f, 1f); in createFingerDotSwipeUpAnimator() local
454 swipeAnimator.addUpdateListener(valueAnimator -> { in createFingerDotSwipeUpAnimator()
461 return swipeAnimator; in createFingerDotSwipeUpAnimator()