HomeSort by relevance Sort by last modified time
    Searched defs:contentRoot (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
ActionBarLayout.java 245 FrameLayout contentRoot = new FrameLayout(mBridgeContext);
246 contentRoot.setLayoutParams(new LayoutParams(
248 // Add contentRoot and menus to the layout.
249 layout.addView(contentRoot);
251 // ContentRoot is now the view we just created.
252 mContentRoot = contentRoot;
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 226 ViewGroup contentRoot = (ViewGroup) listView.getParent();
230 contentRoot.removeView(emptyView);
235 R.layout.empty_print_state, contentRoot, false);
240 contentRoot.addView(emptyView);
246 contentRoot.removeView(emptyView);
251 R.layout.empty_printers_list_service_enabled, contentRoot, false);
252 contentRoot.addView(emptyView);
257 contentRoot.removeView(emptyView);
262 R.layout.empty_print_state, contentRoot, false);
267 contentRoot.addView(emptyView)
    [all...]
PrintSettingsFragment.java 176 ViewGroup contentRoot = (ViewGroup) getListView().getParent();
178 R.layout.empty_print_state, contentRoot, false);
181 contentRoot.addView(emptyView);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
LayerTreeModel.js 195 contentRoot: function()

Completed in 608 milliseconds