Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/print/
DPrintServiceSettingsFragment.java174 ViewGroup contentRoot = (ViewGroup) getListView().getParent(); in updateEmptyView() local
178 contentRoot.removeView(emptyView); in updateEmptyView()
183 R.layout.empty_print_state, contentRoot, false); in updateEmptyView()
186 contentRoot.addView(emptyView); in updateEmptyView()
191 contentRoot.removeView(emptyView); in updateEmptyView()
196 R.layout.empty_printers_list_service_enabled, contentRoot, false); in updateEmptyView()
197 contentRoot.addView(emptyView); in updateEmptyView()
202 contentRoot.removeView(emptyView); in updateEmptyView()
207 R.layout.empty_print_state, contentRoot, false); in updateEmptyView()
210 contentRoot.addView(emptyView); in updateEmptyView()
[all …]
DPrintSettingsFragment.java174 ViewGroup contentRoot = (ViewGroup) getListView().getParent(); in setupEmptyViews() local
176 R.layout.empty_print_state, contentRoot, false); in setupEmptyViews()
188 contentRoot.addView(emptyView); in setupEmptyViews()