Searched refs:gestureAnimation (Results 1 – 1 of 1) sorted by relevance
236 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local238 if (gestureAnimation != null && edgeAnimation != null) { in showFeedback()300 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local304 gestureAnimation, in showFeedback()344 @NonNull Animator gestureAnimation, in playFeedbackAnimation()349 if (gestureAnimation.isRunning()) { in playFeedbackAnimation()350 gestureAnimation.cancel(); in playFeedbackAnimation()355 gestureAnimation.addListener(new AnimatorListenerAdapter() { in playFeedbackAnimation()377 gestureAnimation.removeListener(this); in playFeedbackAnimation()384 mFakeTaskViewCallback = gestureAnimation::start; in playFeedbackAnimation()[all …]