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

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBar.java 71 FrameLayout contentRoot = (FrameLayout) decorContent.findViewById(android.R.id.content);
75 if (contentRoot == null) {
76 contentRoot = new FrameLayout(context);
77 setMatchParent(contentRoot);
79 mEnclosingLayout.addView(contentRoot);
81 setContentRoot(contentRoot);
83 setContentRoot(contentRoot);
AppCompatActionBar.java 68 FrameLayout contentRoot = new FrameLayout(context);
69 setMatchParent(contentRoot);
71 mEnclosingLayout.addView(contentRoot);
73 setContentRoot(contentRoot);
BridgeActionBar.java 105 protected void setContentRoot(@NonNull FrameLayout contentRoot) {
106 mContentRoot = contentRoot;
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentSettings.java 80 ViewGroup contentRoot = (ViewGroup) getListView().getParent();
82 R.layout.nfc_payment_empty, contentRoot, false);
83 contentRoot.addView(emptyView);
  /sdk/templates/docs/
default.js 32 var buildNav_ = function(queries, $contentRoot, $navRoot) {
37 $contentRoot.find(queries[0]).each(function() {
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 197 ViewGroup contentRoot = (ViewGroup) getListView().getParent();
201 contentRoot.removeView(emptyView);
206 R.layout.empty_print_state, contentRoot, false);
211 contentRoot.addView(emptyView);
217 contentRoot.removeView(emptyView);
222 R.layout.empty_printers_list_service_enabled, contentRoot, false);
223 contentRoot.addView(emptyView);
228 contentRoot.removeView(emptyView);
233 R.layout.empty_print_state, contentRoot, false);
238 contentRoot.addView(emptyView)
    [all...]
PrintSettingsFragment.java 141 ViewGroup contentRoot = (ViewGroup) getListView().getParent();
143 R.layout.empty_print_state, contentRoot, false);
155 contentRoot.addView(emptyView);
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Layout.java 188 FrameLayout contentRoot = new FrameLayout(getContext());
205 contentRoot.setLayoutParams(params);
206 return contentRoot;
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 161 milliseconds