Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java155 @Named(QS_FOOTER) FooterActionsView qsFooterActionsView) { in providesQSFooterActionsController() argument
157 .withView(qsFooterActionsView) in providesQSFooterActionsController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java123 @Named(QS_FOOTER) FooterActionsView qsFooterActionsView, in QSAnimator() argument
131 mQSFooterActions = qsFooterActionsView; in QSAnimator()