Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java173 private ComposeView mFooterActionsView; field in QSImpl
291 mFooterActionsView = root.findViewById(R.id.qs_footer_actions); in bindFooterActionsView()
292 QSUtils.setFooterActionsViewContent(mFooterActionsView, in bindFooterActionsView()
455 if (mFooterActionsView != null) { in updateQsState()
456 mFooterActionsView.setVisibility(footerVisible ? View.VISIBLE : View.INVISIBLE); in updateQsState()
880 if (mFooterActionsView != null) { in notifyCustomizeChanged()
881 mFooterActionsView.setVisibility(!customizing ? View.VISIBLE : View.INVISIBLE); in notifyCustomizeChanged()