Searched refs:applyStateWithoutStart (Results 1 – 3 of 3) sorted by relevance
449 public Animator applyStateWithoutStart() { in applyStateWithoutStart() method in TaskbarStashController450 return applyStateWithoutStart(TASKBAR_STASH_DURATION); in applyStateWithoutStart()453 public Animator applyStateWithoutStart(long duration) { in applyStateWithoutStart() method in TaskbarStashController
79 return controller.applyStateWithoutStart(duration); in createAnimToRecentsState()
144 animatorSet.play(stashController.applyStateWithoutStart(duration)); in createAnimToLauncher()292 Animator stashAnimator = controller.applyStateWithoutStart(duration); in playStateTransitionAnim()