Searched refs:_currentFling (Results 1 – 2 of 2) sorted by relevance
38 private val _currentFling: MutableStateFlow<FlingInfo?> = MutableStateFlow(null) constant in com.android.systemui.shade.data.repository.FakeShadeRepository39 override val currentFling: StateFlow<FlingInfo?> = _currentFling128 _currentFling.value = info in setCurrentFling()
189 private val _currentFling: MutableStateFlow<FlingInfo?> = MutableStateFlow(null) in setShadeMode() constant in com.android.systemui.shade.data.repository.ShadeRepositoryImpl190 override val currentFling: StateFlow<FlingInfo?> = _currentFling.asStateFlow() in setShadeMode()287 _currentFling.value = info in setShadeMode()