Home
last modified time | relevance | path

Searched refs:ShadeAnimationInteractorLegacyImpl (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeAnimationInteractorLegacyImpl.kt26 class ShadeAnimationInteractorLegacyImpl class
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeModule.kt34 import com.android.systemui.shade.domain.interactor.ShadeAnimationInteractorLegacyImpl
83 sceneContainerOff: Provider<ShadeAnimationInteractorLegacyImpl> in provideShadeAnimationInteractor()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt44 import com.android.systemui.shade.domain.interactor.ShadeAnimationInteractorLegacyImpl
102 ShadeAnimationInteractorLegacyImpl(ShadeAnimationRepository(), FakeShadeRepository())
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java50 import com.android.systemui.shade.domain.interactor.ShadeAnimationInteractorLegacyImpl;
118 mShadeAnimationInteractor = new ShadeAnimationInteractorLegacyImpl( in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java81 import com.android.systemui.shade.domain.interactor.ShadeAnimationInteractorLegacyImpl;
264 new ShadeAnimationInteractorLegacyImpl( in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java137 import com.android.systemui.shade.domain.interactor.ShadeAnimationInteractorLegacyImpl;
419 mShadeAnimationInteractor = new ShadeAnimationInteractorLegacyImpl( in setup()