Home
last modified time | relevance | path

Searched defs: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()
292 boolean attachToRoot) { in inflate()
/frameworks/base/core/java/android/view/
DLayoutInflater.java414 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate()
451 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java446 @SuppressWarnings("SameParameterValue") boolean attachToRoot, in inflateView()