Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java33 import com.android.systemui.qs.FooterActionsView;
127 static FooterActionsView providesQSFooterActionsView(@RootView View view) { in providesQSFooterActionsView()
134 static FooterActionsView providesQQSFooterActionsView(@RootView View view) { in providesQQSFooterActionsView()
143 @Named(QQS_FOOTER) FooterActionsView qqsFooterActionsView) { in providesQQSFooterActionsController()
155 @Named(QS_FOOTER) FooterActionsView qsFooterActionsView) { in providesQSFooterActionsController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFooterActionsControllerBuilder.kt48 private lateinit var view: FooterActionsView
51 fun withView(view: FooterActionsView): FooterActionsControllerBuilder {
H A DFooterActionsController.kt54 view: FooterActionsView,
68 ) : ViewController<FooterActionsView>(view) {
H A DFooterActionsView.kt40 class FooterActionsView(context: Context?, attrs: AttributeSet?) : LinearLayout(context, attrs) { regex
H A DQSAnimator.java123 @Named(QS_FOOTER) FooterActionsView qsFooterActionsView, in QSAnimator()
124 @Named(QQS_FOOTER) FooterActionsView qqsFooterActionsView) { in QSAnimator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitchController.java29 import com.android.systemui.qs.FooterActionsView;
93 public MultiUserSwitchController create(FooterActionsView view) { in create()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DFooterActionsControllerTest.kt62 private lateinit var view: FooterActionsView
74 .inflate(R.layout.footer_actions, null) as FooterActionsView