Home
last modified time | relevance | path

Searched refs:isExpandingFullyAbove (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt35 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)
H A DActivityStarterImpl.kt696 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
697 super.onLaunchAnimationStart(isExpandingFullyAbove)
717 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
724 delegate?.onLaunchAnimationEnd(isExpandingFullyAbove)
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
H A DExpandableController.kt169 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)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewDialogLaunchAnimatorController.kt65 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
70 delegate.onLaunchAnimationStart(isExpandingFullyAbove)
73 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
74 delegate.onLaunchAnimationEnd(isExpandingFullyAbove)
H A DLaunchAnimator.kt112 fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {}
122 fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {}
255 val isExpandingFullyAbove = isExpandingFullyAbove(launchContainer, endState) regex
290 controller.onLaunchAnimationStart(isExpandingFullyAbove)
302 controller.onLaunchAnimationEnd(isExpandingFullyAbove)
390 internal fun isExpandingFullyAbove(launchContainer: View, endState: State): Boolean {
H A DDialogLaunchAnimator.kt409 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)
H A DActivityLaunchAnimator.kt688 val isExpandingFullyAbove = regex
689 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)
H A DGhostedViewLaunchAnimatorController.kt201 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
312 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorControllerTest.kt39 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)
41 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
H A DActivityLaunchAnimatorTest.kt265 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
277 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
H A DDialogLaunchAnimatorTest.kt132 controller.onLaunchAnimationStart(isExpandingFullyAbove = true)
139 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java195 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar()
196 getDelegate().onLaunchAnimationStart(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
201 public void onLaunchAnimationEnd(boolean isExpandingFullyAbove) { in wrapAnimationControllerIfInStatusBar() argument
202 getDelegate().onLaunchAnimationEnd(isExpandingFullyAbove); in wrapAnimationControllerIfInStatusBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt191 override fun onLaunchAnimationStart(isExpandingFullyAbove: Boolean) {
198 override fun onLaunchAnimationEnd(isExpandingFullyAbove: Boolean) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt113 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
148 controller.onLaunchAnimationEnd(isExpandingFullyAbove = true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java952 public void onLaunchAnimationStart(boolean isExpandingFullyAbove) {