Searched defs:attachToRoot (Results 1 - 3 of 3) 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/base/core/java/android/view/
H A DLayoutInflater.java404 * <em>attachToRoot</em> is true), or else simply an object that
406 * hierarchy (if <em>attachToRoot</em> is false.)
407 * @param attachToRoot Whether the inflated hierarchy should be attached to
411 * attachToRoot is true, this is root; otherwise it is the root of
414 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { argument
423 return inflate(parser, root, attachToRoot);
441 * <em>attachToRoot</em> is true), or else simply an object that
443 * hierarchy (if <em>attachToRoot</em> is false.)
444 * @param attachToRoot Whether the inflated hierarchy should be attached to
448 * attachToRoot i
451 inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) argument
[all...]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java446 @SuppressWarnings("SameParameterValue") boolean attachToRoot,
460 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
498 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
445 inflateView(ResourceReference resource, ViewGroup parent, @SuppressWarnings(�) boolean attachToRoot, boolean skipCallbackParser) argument

Completed in 2008 milliseconds