Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DSettingsLayoutFragment.java264 View actionContainer = v.findViewById(R.id.action_fragment); in onCreateView() local
266 ((ViewGroup) actionContainer).addView(action); in onCreateView()
DDialogFragment.java260 View actionContainer = v.findViewById(R.id.action_fragment); in onCreateView() local
262 ((ViewGroup) actionContainer).addView(action); in onCreateView()