Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DGuidedStepSupportFragment.java1074 View buttonActionsView = mButtonActionsStylist.onCreateView(inflater, actionContainer); in onCreateView() local
1075 actionContainer.addView(buttonActionsView); in onCreateView()
1144 buttonActionsView.getLayoutParams(); in onCreateView()
1146 buttonActionsView.setLayoutParams(lp); in onCreateView()
DGuidedStepFragment.java1079 View buttonActionsView = mButtonActionsStylist.onCreateView(inflater, actionContainer); in onCreateView() local
1080 actionContainer.addView(buttonActionsView); in onCreateView()
1149 buttonActionsView.getLayoutParams(); in onCreateView()
1151 buttonActionsView.setLayoutParams(lp); in onCreateView()