Home
last modified time | relevance | path

Searched refs:ShadeAnimationRepository (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeAnimationInteractorEmptyImpl.kt20 import com.android.systemui.shade.data.repository.ShadeAnimationRepository
29 shadeAnimationRepository: ShadeAnimationRepository,
DShadeAnimationInteractorLegacyImpl.kt20 import com.android.systemui.shade.data.repository.ShadeAnimationRepository
29 shadeAnimationRepository: ShadeAnimationRepository,
DShadeAnimationInteractor.kt19 import com.android.systemui.shade.data.repository.ShadeAnimationRepository
25 private val shadeAnimationRepository: ShadeAnimationRepository,
DShadeAnimationInteractorSceneContainerImpl.kt24 import com.android.systemui.shade.data.repository.ShadeAnimationRepository in <lambda>()
41 shadeAnimationRepository: ShadeAnimationRepository, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/data/repository/
DShadeAnimationRepositoryKosmos.kt21 val Kosmos.shadeAnimationRepository by Kosmos.Fixture { ShadeAnimationRepository() } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/data/repository/
DShadeAnimationRepository.kt25 class ShadeAnimationRepository @Inject constructor() { class
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt43 import com.android.systemui.shade.data.repository.ShadeAnimationRepository
102 ShadeAnimationInteractorLegacyImpl(ShadeAnimationRepository(), FakeShadeRepository())
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java47 import com.android.systemui.shade.data.repository.ShadeAnimationRepository;
119 new ShadeAnimationRepository(), mShadeRepository); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java79 import com.android.systemui.shade.data.repository.ShadeAnimationRepository;
265 new ShadeAnimationRepository(), in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java134 import com.android.systemui.shade.data.repository.ShadeAnimationRepository;
420 new ShadeAnimationRepository(), mShadeRepository); in setup()