Searched refs:edgeAnimation (Results 1 – 1 of 1) sorted by relevance
378 AnimatedVectorDrawable edgeAnimation = mTutorialFragment.getEdgeAnimation(); in showFeedback() local379 if (gestureAnimation != null && edgeAnimation != null) { in showFeedback()380 playFeedbackAnimation(gestureAnimation, edgeAnimation, mShowFeedbackRunnable, true); in showFeedback()468 AnimatedVectorDrawable edgeAnimation = mTutorialFragment.getEdgeAnimation(); in showFeedback() local469 if (!isGestureSuccessful && gestureAnimation != null && edgeAnimation != null) { in showFeedback()472 edgeAnimation, in showFeedback()522 @NonNull AnimatedVectorDrawable edgeAnimation, in playFeedbackAnimation() argument537 if (edgeAnimation.isRunning()) { in playFeedbackAnimation()538 edgeAnimation.reset(); in playFeedbackAnimation()546 if (edgeAnimation.isRunning()) { in playFeedbackAnimation()[all …]