Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DGenericInflater.java267 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate() argument
271 return inflate(parser, root, attachToRoot); in inflate()
299 boolean attachToRoot) { in inflate() argument
328 result = (T) onMergeRoots(root, attachToRoot, (P) xmlRoot); in inflate()
/frameworks/base/core/java/android/view/
DLayoutInflater.java518 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument
525 View view = tryInflatePrecompiled(resource, res, root, attachToRoot); in inflate()
531 return inflate(parser, root, attachToRoot); in inflate()
539 boolean attachToRoot) { in tryInflatePrecompiled() argument
564 if (attachToRoot) { in tryInflatePrecompiled()
626 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument
648 if (root == null || !attachToRoot) { in inflate()
667 if (!attachToRoot) { in inflate()
687 if (root != null && attachToRoot) { in inflate()
693 if (root == null || !attachToRoot) { in inflate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java265 boolean attachToRoot) { in inflate() argument
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java446 @SuppressWarnings("SameParameterValue") boolean attachToRoot, in inflateView() argument
464 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
488 return Pair.of(mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()