/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTransitionAnimatorController.kt | 20 private val shadeAnimationInteractor: ShadeAnimationInteractor, constant in com.android.systemui.statusbar.phone.StatusBarTransitionAnimatorController 37 shadeAnimationInteractor.setIsLaunchingActivity(true) in onIntentStarted() 45 shadeAnimationInteractor.setIsLaunchingActivity(true) in onTransitionAnimationStart() 55 shadeAnimationInteractor.setIsLaunchingActivity(false) in onTransitionAnimationEnd() 82 shadeAnimationInteractor.setIsLaunchingActivity(false) in onTransitionAnimationCancelled()
|
D | LegacyActivityStarterInternalImpl.kt | 81 private val shadeAnimationInteractor: ShadeAnimationInteractor, in <lambda>() constant in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl 527 shadeAnimationInteractor, in <lambda>()
|
D | StatusBarNotificationActivityStarter.java | 182 ShadeAnimationInteractor shadeAnimationInteractor, in StatusBarNotificationActivityStarter() 210 mShadeAnimationInteractor = shadeAnimationInteractor; in StatusBarNotificationActivityStarter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ |
D | PanelExpansionInteractorImpl.kt | 40 private val shadeAnimationInteractor: ShadeAnimationInteractor, in <lambda>() constant in com.android.systemui.shade.domain.interactor.PanelExpansionInteractorImpl 108 shadeAnimationInteractor.isAnyCloseAnimationRunning.value || in <lambda>() 109 shadeAnimationInteractor.isLaunchingActivity.value in <lambda>() 125 if (shadeAnimationInteractor.isLaunchingActivity.value) { in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ |
D | PanelExpansionInteractorImplTest.kt | 57 private val shadeAnimationInteractor by lazy { kosmos.shadeAnimationInteractor } in <lambda>() constant in com.android.systemui.shade.domain.interactor.PanelExpansionInteractorImplTest 131 shadeAnimationInteractor.setIsLaunchingActivity(false) in <lambda>() 142 shadeAnimationInteractor.setIsLaunchingActivity(false) in <lambda>() 154 shadeAnimationInteractor.setIsLaunchingActivity(true) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarterKosmos.kt | 34 import com.android.systemui.shade.domain.interactor.shadeAnimationInteractor 84 shadeAnimationInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/ |
D | PanelExpansionInteractorKosmos.kt | 29 shadeAnimationInteractor, in <lambda>()
|
D | ShadeAnimationInteractorKosmos.kt | 24 var Kosmos.shadeAnimationInteractor: ShadeAnimationInteractor by variable
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImplTest.kt | 101 private val shadeAnimationInteractor = constant in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImplTest 116 shadeAnimationInteractor = shadeAnimationInteractor, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | VisualStabilityCoordinator.java | 105 ShadeAnimationInteractor shadeAnimationInteractor, in VisualStabilityCoordinator() argument 114 mShadeAnimationInteractor = shadeAnimationInteractor; in VisualStabilityCoordinator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 783 ShadeAnimationInteractor shadeAnimationInteractor, in NotificationPanelViewController() 803 mShadeAnimationInteractor = shadeAnimationInteractor; in NotificationPanelViewController()
|