Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DTutorialController.java236 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local
238 if (gestureAnimation != null && edgeAnimation != null) { in showFeedback()
300 Animator gestureAnimation = mTutorialFragment.getGestureAnimation(); in showFeedback() local
304 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 …]