Searched refs:gestureAnimation (Results 1 – 1 of 1) sorted by relevance
377 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local379 if (gestureAnimation != null && edgeAnimation != null) { in showFeedback()380 playFeedbackAnimation(gestureAnimation, edgeAnimation, mShowFeedbackRunnable, true); in showFeedback()467 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local469 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 …]