Searched refs:contentLayoutRes (Results 1 – 3 of 3) sorted by relevance
116 ViewStub contentLayoutRes = (ViewStub) mLayout.findViewById(MAIN_VIEW_STUB_RES_ID); in setBaseLayout() local118 requireNonNull(contentLayoutRes); in setBaseLayout()120 contentLayoutRes.setLayoutResource(columnLayoutId); in setBaseLayout()121 contentLayoutRes.inflate(); in setBaseLayout()
105 int contentLayoutRes = mHasWorkProfile ? R.layout.widgets_two_pane_sheet_paged_view in setupSheet() local107 layoutInflater.inflate(contentLayoutRes, findViewById(R.id.recycler_view_container), true); in setupSheet()
196 int contentLayoutRes = mHasWorkProfile ? R.layout.widgets_full_sheet_paged_view in setupSheet() local198 layoutInflater.inflate(contentLayoutRes, mContent, true); in setupSheet()