Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DHomeGestureTutorialController.java117 protected int getGestureLottieAnimationId() { in getGestureLottieAnimationId() method in HomeGestureTutorialController
DBackGestureTutorialController.java121 protected int getGestureLottieAnimationId() { in getGestureLottieAnimationId() method in BackGestureTutorialController
DOverviewGestureTutorialController.java131 protected int getGestureLottieAnimationId() { in getGestureLottieAnimationId() method in OverviewGestureTutorialController
DTutorialController.java285 protected int getGestureLottieAnimationId() { in getGestureLottieAnimationId() method in TutorialController
647 mAnimatedGestureDemonstration.setAnimation(getGestureLottieAnimationId()); in startGestureAnimation()