Searched refs:attachToRoot (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/preference/
H A DGenericInflater.java250 * <em>attachToRoot</em> is true), or else simply an object that
252 * hierarchy (if <em>attachToRoot</em> is false.)
253 * @param attachToRoot Whether the inflated hierarchy should be attached to
256 * attachToRoot is true, this is root; otherwise it is the root of
259 public T inflate(int resource, P root, boolean attachToRoot) { argument
263 return inflate(parser, root, attachToRoot);
281 * <em>attachToRoot</em> is true), or else simply an object that
283 * hierarchy (if <em>attachToRoot</em> is false.)
284 * @param attachToRoot Whether the inflated hierarchy should be attached to
287 * attachToRoot i
290 inflate(XmlPullParser parser, P root, boolean attachToRoot) argument
[all...]
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java382 * <em>attachToRoot</em> is true), or else simply an object that
384 * hierarchy (if <em>attachToRoot</em> is false.)
385 * @param attachToRoot Whether the inflated hierarchy should be attached to
389 * attachToRoot is true, this is root; otherwise it is the root of
392 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { argument
396 return inflate(parser, root, attachToRoot);
414 * <em>attachToRoot</em> is true), or else simply an object that
416 * hierarchy (if <em>attachToRoot</em> is false.)
417 * @param attachToRoot Whether the inflated hierarchy should be attached to
421 * attachToRoot i
424 inflate(XmlPullParser parser, ViewGroup root, boolean attachToRoot) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java318 boolean attachToRoot, boolean skipCallbackParser) {
331 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
369 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
317 inflateView(ResourceReference resource, ViewGroup parent, boolean attachToRoot, boolean skipCallbackParser) argument

Completed in 36 milliseconds