Searched refs:onLaunchAnimationStart (Results 1 – 9 of 9) sorted by relevance
492 onLaunchAnimationStart = {582 onLaunchAnimationStart = {611 onLaunchAnimationStart: () -> Unit = {},636 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {640 onLaunchAnimationStart()642 startViewController.onLaunchAnimationStart(isExpandingFullyAbove)643 endViewController.onLaunchAnimationStart(isExpandingFullyAbove)
103 fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {} regex264 controller.onLaunchAnimationStart(isExpandingFullyAbove)
398 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {400 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
148 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
22 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {23 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
162 verify(controller, never()).onLaunchAnimationStart(anyBoolean())172 verify(controller, never()).onLaunchAnimationStart(anyBoolean())181 verify(controller).onLaunchAnimationStart(anyBoolean())233 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
38 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)
175 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar()176 getDelegate().onLaunchAnimationStart(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
136 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {