Searched refs:isExpandingFullyAbove (Results 1 – 15 of 15) sorted by relevance
35 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {36 delegate.onLaunchAnimationStart(isExpandingFullyAbove)38 if (!isExpandingFullyAbove) {44 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {45 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)47 shadeController.onLaunchAnimationEnd(isExpandingFullyAbove)
696 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {697 super.onLaunchAnimationStart(isExpandingFullyAbove)717 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {724 delegate?.onLaunchAnimationEnd(isExpandingFullyAbove)
169 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {263 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {264 delegate.onLaunchAnimationStart(isExpandingFullyAbove)268 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {269 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)297 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {298 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)309 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {310 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)
65 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {70 delegate.onLaunchAnimationStart(isExpandingFullyAbove)73 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {74 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)
112 fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {}122 fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {}255 val isExpandingFullyAbove = isExpandingFullyAbove(launchContainer, endState) regex290 controller.onLaunchAnimationStart(isExpandingFullyAbove)302 controller.onLaunchAnimationEnd(isExpandingFullyAbove)390 internal fun isExpandingFullyAbove(launchContainer: View, endState: State): Boolean {
409 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {410 controller.onLaunchAnimationStart(isExpandingFullyAbove)423 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {424 controller.onLaunchAnimationEnd(isExpandingFullyAbove)922 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {928 startController.onLaunchAnimationStart(isExpandingFullyAbove)929 endController.onLaunchAnimationStart(isExpandingFullyAbove)932 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {946 startController.onLaunchAnimationEnd(isExpandingFullyAbove)947 endController.onLaunchAnimationEnd(isExpandingFullyAbove)
688 val isExpandingFullyAbove = regex689 launchAnimator.isExpandingFullyAbove(controller.launchContainer, endState)691 if (isExpandingFullyAbove) {708 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {715 "$isExpandingFullyAbove) [controller=$delegate]"718 delegate.onLaunchAnimationStart(isExpandingFullyAbove)721 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {729 "$isExpandingFullyAbove) [controller=$delegate]"732 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)
201 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {312 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
39 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)41 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
265 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {277 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
132 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)139 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
195 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar()196 getDelegate().onLaunchAnimationStart(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()201 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar() argument202 getDelegate().onLaunchAnimationEnd(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
191 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {198 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
113 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)148 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
952 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) {