Searched refs:startExitAnimations (Results 1 – 4 of 4) sorted by relevance
79 controller.startExitAnimations(animatorBuilder = { mockAnimator }) in testExitAnimationUpdatesState()
314 verify(mAnimationsController).startExitAnimations(); in testStartsExitAnimationsBeforeEnteringLowLight()
190 fun startExitAnimations(animatorBuilder: () -> AnimatorSet = { AnimatorSet() }): Animator { in <lambda>() method
385 return mDreamOverlayAnimationsController.startExitAnimations(); in onBeforeEnterLowLight()