Searched refs:attachToRoot (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
D | GenericInflater.java | 260 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/ |
D | GenericInflater.java | 260 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/ |
D | LayoutInflater.java | 417 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/ |
D | BridgeContext.java | 404 boolean attachToRoot, boolean skipCallbackParser) { in inflateView() argument 417 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView() 455 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
|