Searched refs:contentRoot (Results 1 – 2 of 2) sorted by relevance
173 ViewGroup contentRoot = (ViewGroup) getListView().getParent(); in updateEmptyView() local177 contentRoot.removeView(emptyView); in updateEmptyView()182 R.layout.empty_print_state, contentRoot, false); in updateEmptyView()185 contentRoot.addView(emptyView); in updateEmptyView()190 contentRoot.removeView(emptyView); in updateEmptyView()195 R.layout.empty_printers_list_service_enabled, contentRoot, false); in updateEmptyView()196 contentRoot.addView(emptyView); in updateEmptyView()201 contentRoot.removeView(emptyView); in updateEmptyView()206 R.layout.empty_print_state, contentRoot, false); in updateEmptyView()209 contentRoot.addView(emptyView); in updateEmptyView()[all …]
137 ViewGroup contentRoot = (ViewGroup) getListView().getParent(); in onViewCreated() local139 R.layout.empty_print_state, contentRoot, false); in onViewCreated()151 contentRoot.addView(emptyView); in onViewCreated()