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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
AppCompatActionBar.java 61 FrameLayout contentRoot = new FrameLayout(context);
62 setMatchParent(contentRoot);
63 mEnclosingLayout.addView(contentRoot);
64 setContentRoot(contentRoot);
FrameworkActionBar.java 72 FrameLayout contentRoot = (FrameLayout) mEnclosingLayout.findViewById(android.R.id.content);
76 if (contentRoot == null) {
77 contentRoot = new FrameLayout(context);
78 setMatchParent(contentRoot);
79 mEnclosingLayout.addView(contentRoot);
80 setContentRoot(contentRoot);
82 setContentRoot(contentRoot);
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 231 ViewGroup contentRoot = (ViewGroup) listView.getParent();
235 contentRoot.removeView(emptyView);
240 R.layout.empty_print_state, contentRoot, false);
245 contentRoot.addView(emptyView);
251 contentRoot.removeView(emptyView);
256 R.layout.empty_printers_list_service_enabled, contentRoot, false);
257 contentRoot.addView(emptyView);
262 contentRoot.removeView(emptyView);
267 R.layout.empty_print_state, contentRoot, false);
272 contentRoot.addView(emptyView)
    [all...]
PrintSettingsFragment.java 177 ViewGroup contentRoot = (ViewGroup) getListView().getParent();
179 R.layout.empty_print_state, contentRoot, false);
182 contentRoot.addView(emptyView);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
LayerTreeModel.js 194 contentRoot: function()

Completed in 270 milliseconds