Searched defs:attachToRoot (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DGenericInflater.java251 * <em>attachToRoot</em> is true), or else simply an object that
253 * hierarchy (if <em>attachToRoot</em> is false.)
254 * @param attachToRoot Whether the inflated hierarchy should be attached to
257 * attachToRoot is true, this is root; otherwise it is the root of
260 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { argument
264 return inflate(parser, root, attachToRoot);
282 * <em>attachToRoot</em> is true), or else simply an object that
284 * hierarchy (if <em>attachToRoot</em> is false.)
285 * @param attachToRoot Whether the inflated hierarchy should be attached to
288 * attachToRoot i
291 inflate(XmlPullParser parser, P root, boolean attachToRoot) argument
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DGenericInflater.java251 * <em>attachToRoot</em> is true), or else simply an object that
253 * hierarchy (if <em>attachToRoot</em> is false.)
254 * @param attachToRoot Whether the inflated hierarchy should be attached to
257 * attachToRoot is true, this is root; otherwise it is the root of
260 public T inflate(int resource, T root, boolean attachToRoot) { argument
264 return inflate(parser, root, attachToRoot);
282 * <em>attachToRoot</em> is true), or else simply an object that
284 * hierarchy (if <em>attachToRoot</em> is false.)
285 * @param attachToRoot Whether the inflated hierarchy should be attached to
288 * attachToRoot i
291 inflate(XmlPullParser parser, T root, boolean attachToRoot) argument
[all...]
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java407 * <em>attachToRoot</em> is true), or else simply an object that
409 * hierarchy (if <em>attachToRoot</em> is false.)
410 * @param attachToRoot Whether the inflated hierarchy should be attached to
414 * attachToRoot is true, this is root; otherwise it is the root of
417 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { argument
426 return inflate(parser, root, attachToRoot);
444 * <em>attachToRoot</em> is true), or else simply an object that
446 * hierarchy (if <em>attachToRoot</em> is false.)
447 * @param attachToRoot Whether the inflated hierarchy should be attached to
451 * attachToRoot i
454 inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java404 boolean attachToRoot, boolean skipCallbackParser) {
417 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
455 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
403 inflateView(ResourceReference resource, ViewGroup parent, boolean attachToRoot, boolean skipCallbackParser) argument

Completed in 360 milliseconds