Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialHandAnimation.java39 private final AnimatedVectorDrawable mGestureAnimation; field in TutorialHandAnimation
43 mGestureAnimation = (AnimatedVectorDrawable) ContextCompat.getDrawable(context, resId); in TutorialHandAnimation()
49 if (mGestureAnimation.isRunning()) { in startLoopedAnimation()
53 mGestureAnimation.clearAnimationCallbacks(); in startLoopedAnimation()
54 mGestureAnimation.registerAnimationCallback( in startLoopedAnimation()
59 mGestureAnimation.start(); in startLoopedAnimation()
70 mHandCoachingView.setImageDrawable(mGestureAnimation); in start()
71 mHandCoachingView.postDelayed(mGestureAnimation::start, ANIMATION_START_DELAY.toMillis()); in start()
75 mGestureAnimation.clearAnimationCallbacks(); in stop()
76 mGestureAnimation.stop(); in stop()