Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/adapter/
DQSSceneAdapter.kt262 private val _qsImpl: MutableStateFlow<QSImpl?> = MutableStateFlow(null) constant
263 val qsImpl = _qsImpl.asStateFlow()
265 _qsImpl
267 .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()