Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java287 LinearLayout footerActionsView = root.findViewById(R.id.qs_footer_actions); in bindFooterActionsView() local
292 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()