Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java377 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local
379 if (gestureAnimation != null && edgeAnimation != null) { in showFeedback()
380 playFeedbackAnimation(gestureAnimation, edgeAnimation, mShowFeedbackRunnable, true); in showFeedback()
467 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local
469 if (!isGestureSuccessful && gestureAnimation != null && edgeAnimation != null) { in showFeedback()
471 gestureAnimation, in showFeedback()
521 @NonNull Animator gestureAnimation, in playFeedbackAnimation()
534 if (gestureAnimation.isRunning()) { in playFeedbackAnimation()
535 gestureAnimation.cancel(); in playFeedbackAnimation()
540 gestureAnimation.addListener(new AnimatorListenerAdapter() { in playFeedbackAnimation()
[all …]