Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java378 AnimatedVectorDrawable edgeAnimation = mTutorialFragment.getEdgeAnimation(); in showFeedback() local
379 if (gestureAnimation != null && edgeAnimation != null) { in showFeedback()
380 playFeedbackAnimation(gestureAnimation, edgeAnimation, mShowFeedbackRunnable, true); in showFeedback()
468 AnimatedVectorDrawable edgeAnimation = mTutorialFragment.getEdgeAnimation(); in showFeedback() local
469 if (!isGestureSuccessful && gestureAnimation != null && edgeAnimation != null) { in showFeedback()
472 edgeAnimation, in showFeedback()
522 @NonNull AnimatedVectorDrawable edgeAnimation, in playFeedbackAnimation() argument
537 if (edgeAnimation.isRunning()) { in playFeedbackAnimation()
538 edgeAnimation.reset(); in playFeedbackAnimation()
546 if (edgeAnimation.isRunning()) { in playFeedbackAnimation()
[all …]