Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DGuidedStepSupportFragment.java1154 View actionsRoot = root.findViewById(R.id.action_fragment_root); in onCreateView() local
1156 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) actionsRoot in onCreateView()
1159 actionsRoot.setLayoutParams(lp); in onCreateView()
DGuidedStepFragment.java1159 View actionsRoot = root.findViewById(R.id.action_fragment_root); in onCreateView() local
1161 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) actionsRoot in onCreateView()
1164 actionsRoot.setLayoutParams(lp); in onCreateView()