Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java207 anim.addAnimatorListener(fiv); in createWindowAnimationToHome()
215 anim.addAnimatorListener(runner); in createWindowAnimationToHome()
DBaseSwipeUpHandlerV2.java974 windowAnim.addAnimatorListener(new AnimationSuccessListener() { in animateToProgressInternal()
1089 anim.addAnimatorListener(new AnimationSuccessListener() { in createWindowAnimationToHome()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonNavbarToOverviewTouchController.java223 staggeredWorkspaceAnim.addAnimatorListener(new AnimationSuccessListener() { in goToOverviewOnDragEnd()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DRectFSpringAnim.java141 public void addAnimatorListener(Animator.AnimatorListener animatorListener) {
DStaggeredWorkspaceAnim.java178 public StaggeredWorkspaceAnim addAnimatorListener(Animator.AnimatorListener listener) { in addAnimatorListener() method in StaggeredWorkspaceAnim
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java151 rectAnim.addAnimatorListener(AnimationSuccessListener.forRunnable( in animateFakeTaskViewHome()