Searched refs:mFooterActionsView (Results 1 – 1 of 1) sorted by relevance
173 private ComposeView mFooterActionsView; field in QSImpl291 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()