Searched refs:contentLayoutRes (Results 1 – 2 of 2) sorted by relevance
117 ViewStub contentLayoutRes = (ViewStub) mLayout.findViewById(MAIN_VIEW_STUB_RES_ID); in setBaseLayout() local119 requireNonNull(contentLayoutRes); in setBaseLayout()121 contentLayoutRes.setLayoutResource(columnLayoutId); in setBaseLayout()122 contentLayoutRes.inflate(); in setBaseLayout()
185 int contentLayoutRes = mHasWorkProfile ? R.layout.widgets_full_sheet_paged_view in onFinishInflate() local187 layoutInflater.inflate(contentLayoutRes, mContent, true); in onFinishInflate()