Home
last modified time | relevance | path

Searched refs:_currentFling (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/data/repository/
DFakeShadeRepository.kt38 private val _currentFling: MutableStateFlow<FlingInfo?> = MutableStateFlow(null) constant in com.android.systemui.shade.data.repository.FakeShadeRepository
39 override val currentFling: StateFlow<FlingInfo?> = _currentFling
128 _currentFling.value = info in setCurrentFling()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/data/repository/
DShadeRepository.kt189 private val _currentFling: MutableStateFlow<FlingInfo?> = MutableStateFlow(null) in setShadeMode() constant in com.android.systemui.shade.data.repository.ShadeRepositoryImpl
190 override val currentFling: StateFlow<FlingInfo?> = _currentFling.asStateFlow() in setShadeMode()
287 _currentFling.value = info in setShadeMode()