Home
last modified time | relevance | path

Searched refs:attachToRoot (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DGenericInflater.java260 public T inflate(int resource, T root, boolean attachToRoot) { in inflate() argument
264 return inflate(parser, root, attachToRoot); in inflate()
291 public T inflate(XmlPullParser parser, T root, boolean attachToRoot) { in inflate() argument
318 result = onMergeRoots(root, attachToRoot, xmlRoot); in inflate()
/frameworks/base/core/java/android/preference/
DGenericInflater.java260 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate() argument
264 return inflate(parser, root, attachToRoot); in inflate()
292 boolean attachToRoot) { in inflate() argument
321 result = (T) onMergeRoots(root, attachToRoot, (P) xmlRoot); in inflate()
/frameworks/base/core/java/android/view/
DLayoutInflater.java417 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument
426 return inflate(parser, root, attachToRoot); in inflate()
454 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument
487 if (root == null || !attachToRoot) { in inflate()
506 if (!attachToRoot) { in inflate()
526 if (root != null && attachToRoot) { in inflate()
532 if (root == null || !attachToRoot) { in inflate()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java404 boolean attachToRoot, boolean skipCallbackParser) { in inflateView() argument
417 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
455 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()