Searched refs:attachToRoot (Results 1 – 3 of 3) sorted by relevance
/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 | 414 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument 423 return inflate(parser, root, attachToRoot); in inflate() 451 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument 484 if (root == null || !attachToRoot) { in inflate() 503 if (!attachToRoot) { in inflate() 523 if (root != null && attachToRoot) { in inflate() 529 if (root == null || !attachToRoot) { in inflate()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 397 boolean attachToRoot, boolean skipCallbackParser) { in inflateView() argument 410 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView() 448 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
|