Home
last modified time | relevance | path

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

/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.java414 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/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java446 @SuppressWarnings("SameParameterValue") boolean attachToRoot, in inflateView() argument
460 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
498 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()