Searched refs:_qsImpl (Results 1 – 1 of 1) sorted by relevance
262 private val _qsImpl: MutableStateFlow<QSImpl?> = MutableStateFlow(null) constant263 val qsImpl = _qsImpl.asStateFlow()265 _qsImpl267 .stateIn(applicationScope, SharingStarted.WhileSubscribed(), _qsImpl.value?.view)370 _qsImpl.value?.onSaveInstanceState(bundle) in inflate()371 _qsImpl.value?.onDestroy() in inflate()376 _qsImpl.value = qs in inflate()407 val qsImpl = _qsImpl.value in applyLatestExpansionAndSquishiness()