/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/ |
D | WindowManagerLockscreenVisibilityInteractorKosmos.kt | 22 …com.android.systemui.statusbar.notification.domain.interactor.notificationLaunchAnimationInteractor 33 notificationLaunchAnimationInteractor = notificationLaunchAnimationInteractor, in <lambda>()
|
D | KeyguardSurfaceBehindInteractorKosmos.kt | 22 …com.android.systemui.statusbar.notification.domain.interactor.notificationLaunchAnimationInteractor 34 notificationLaunchInteractor = notificationLaunchAnimationInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorController.kt | 36 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorControllerProvider 47 notificationLaunchAnimationInteractor, in getAnimatorController() 63 private val notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, constant in com.android.systemui.statusbar.notification.NotificationTransitionAnimatorController 148 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(willAnimate) in onIntentStarted() 185 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in onTransitionAnimationCancelled() 205 notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in onTransitionAnimationEnd()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorControllerTest.kt | 48 private val notificationLaunchAnimationInteractor = constant 67 notificationLaunchAnimationInteractor, in setUp() 89 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch() 107 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled() 125 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds() 180 notificationLaunchAnimationInteractor.isLaunchAnimationRunning in testNotificationIsExpandingDuringAnimation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardSurfaceBehindInteractorTest.kt | 32 …com.android.systemui.statusbar.notification.domain.interactor.notificationLaunchAnimationInteractor 204 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(true) in testSurfaceBehindModel_fromNotificationLaunch() 250 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(true) in notificationLaunchFromLockscreen_isAnimatingSurfaceTrue() 273 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(true) in notificationLaunchFromGone_isAnimatingSurfaceFalse() 296 kosmos.notificationLaunchAnimationInteractor.setIsLaunchAnimationRunning(false) in notificationLaunchFalse_isAnimatingSurfaceFalse()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | WindowManagerLockscreenVisibilityInteractor.kt | 54 notificationLaunchAnimationInteractor: NotificationLaunchAnimationInteractor, in <lambda>() 159 notificationLaunchAnimationInteractor.isLaunchAnimationRunning, in <lambda>() 181 notificationLaunchAnimationInteractor.isLaunchAnimationRunning, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | NotificationLaunchAnimationInteractorKosmos.kt | 22 val Kosmos.notificationLaunchAnimationInteractor by constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 186 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in provideNotificationTransitionAnimatorControllerProvider() argument 191 notificationLaunchAnimationInteractor, in provideNotificationTransitionAnimatorControllerProvider()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewController.java | 189 NotificationLaunchAnimationInteractor notificationLaunchAnimationInteractor, in NotificationShadeWindowViewController() 237 notificationLaunchAnimationInteractor.isLaunchAnimationRunning(), in NotificationShadeWindowViewController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewControllerTest.kt | 152 private val notificationLaunchAnimationInteractor = constant 226 notificationLaunchAnimationInteractor, in setUp()
|