Searched refs:shadeAnimationRepository (Results 1 – 6 of 6) sorted by relevance
25 private val shadeAnimationRepository: ShadeAnimationRepository, constant in com.android.systemui.shade.domain.interactor.ShadeAnimationInteractor28 shadeAnimationRepository.isLaunchingActivity.asStateFlow()31 shadeAnimationRepository.isLaunchingActivity.value = launching in setIsLaunchingActivity()
29 shadeAnimationRepository: ShadeAnimationRepository,30 ) : ShadeAnimationInteractor(shadeAnimationRepository) {
29 shadeAnimationRepository: ShadeAnimationRepository,31 ) : ShadeAnimationInteractor(shadeAnimationRepository) {
41 shadeAnimationRepository: ShadeAnimationRepository, in <lambda>()43 ) : ShadeAnimationInteractor(shadeAnimationRepository) { in <lambda>()
22 import com.android.systemui.shade.data.repository.shadeAnimationRepository25 Kosmos.Fixture { ShadeAnimationInteractorEmptyImpl(shadeAnimationRepository) } in <lambda>()30 shadeAnimationRepository, in <lambda>()
21 val Kosmos.shadeAnimationRepository by Kosmos.Fixture { ShadeAnimationRepository() } in <lambda>() constant