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);
BridgeActionBar.java 105 protected void setContentRoot(@NonNull FrameLayout contentRoot) {
106 mContentRoot = contentRoot;
AppCompatActionBar.java 79 FrameLayout contentRoot = new FrameLayout(context);
80 setMatchParent(contentRoot);
82 mEnclosingLayout.addView(contentRoot);
84 setContentRoot(contentRoot);
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentSettings.java 83 ViewGroup contentRoot = (ViewGroup) getListView().getParent();
85 R.layout.nfc_payment_empty, contentRoot, false);
86 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 136 ViewGroup contentRoot = (ViewGroup) getListView().getParent();
138 R.layout.empty_print_state, contentRoot, false);
150 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 236 milliseconds