Searched refs:onLaunchAnimationEnd (Results 1 – 12 of 12) sorted by relevance
31 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {32 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)34 statusBar.onLaunchAnimationEnd(isExpandingFullyAbove)
1761 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in startActivity()1767 getDelegate().onLaunchAnimationEnd(isExpandingFullyAbove); in startActivity()1901 public void onLaunchAnimationEnd(boolean launchIsFullScreen) { in onLaunchAnimationEnd() method
498 onLaunchAnimationEnd = {586 onLaunchAnimationEnd = {612 onLaunchAnimationEnd: () -> Unit = {}646 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {647 startViewController.onLaunchAnimationEnd(isExpandingFullyAbove)648 endViewController.onLaunchAnimationEnd(isExpandingFullyAbove)650 onLaunchAnimationEnd()
113 fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {} regex276 controller.onLaunchAnimationEnd(isExpandingFullyAbove)
403 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {406 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)
252 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
40 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
245 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
181 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar() method in StatusBarWindowController182 getDelegate().onLaunchAnimationEnd(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
85 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
144 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
540 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in buildLaunchAnimatorController() method in MediaControlPanel541 super.onLaunchAnimationEnd(isExpandingFullyAbove); in buildLaunchAnimatorController()