Searched refs:footerActionsView (Results 1 – 1 of 1) sorted by relevance
287 LinearLayout footerActionsView = root.findViewById(R.id.qs_footer_actions); in bindFooterActionsView() local292 mFooterActionsViewBinder.bind(footerActionsView, mQSFooterActionsViewModel, in bindFooterActionsView()307 ViewGroup parent = (ViewGroup) footerActionsView.getParent(); in bindFooterActionsView()308 ViewGroup.LayoutParams layoutParams = footerActionsView.getLayoutParams(); in bindFooterActionsView()309 int index = parent.indexOfChild(footerActionsView); in bindFooterActionsView()