Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialHandAnimation.java38 private final ImageView mHandCoachingView; field in TutorialHandAnimation
42 mHandCoachingView = rootView.findViewById(R.id.gesture_tutorial_fragment_hand_coaching); in TutorialHandAnimation()
48 mHandCoachingView.setVisibility(View.VISIBLE); in startLoopedAnimation()
69 mHandCoachingView.setRotationY(rotationY); in start()
70 mHandCoachingView.setImageDrawable(mGestureAnimation); in start()
71 mHandCoachingView.postDelayed(mGestureAnimation::start, ANIMATION_START_DELAY.toMillis()); in start()
DTutorialController.java53 final ImageView mHandCoachingView; field in TutorialController
73 mHandCoachingView = rootView.findViewById(R.id.gesture_tutorial_fragment_hand_coaching); in TutorialController()
74 mHandCoachingView.bringToFront(); in TutorialController()
151 mHandCoachingView.setVisibility(View.INVISIBLE); in hideHandCoachingAnimation()