Searched refs:listLayout (Results 1 – 1 of 1) sorted by relevance
89 View listLayout = inflater.inflate(layoutResourceId, container, false); in inflateAndSetupView() local91 mEmptyView = (TextView) listLayout.findViewById(R.id.contact_tile_list_empty); in inflateAndSetupView()92 mListView = (ListView) listLayout.findViewById(R.id.contact_tile_list); in inflateAndSetupView()96 ContactListViewUtils.applyCardPaddingToView(getResources(), mListView, listLayout); in inflateAndSetupView() local98 return listLayout; in inflateAndSetupView()