Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java120 private final ListeningAndVisibilityLifecycleOwner mListeningAndVisibilityLifecycleOwner; field in QSImpl
198 mListeningAndVisibilityLifecycleOwner = new ListeningAndVisibilityLifecycleOwner(); in QSImpl()
219 .create(mListeningAndVisibilityLifecycleOwner); in onComponentCreated()
293 mQSFooterActionsViewModel, mListeningAndVisibilityLifecycleOwner); in bindFooterActionsView()
322 mListeningAndVisibilityLifecycleOwner.destroy(); in onDestroy()
557 mListeningAndVisibilityLifecycleOwner.updateState(); in setListening()
570 mListeningAndVisibilityLifecycleOwner.updateState(); in setQsVisible()
961 return mListeningAndVisibilityLifecycleOwner; in getListeningAndVisibilityLifecycleOwner()