Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DGenericInflater.java259 public T inflate(int resource, P root, boolean attachToRoot) { in inflate()
291 boolean attachToRoot) { in inflate()
/frameworks/base/core/java/android/view/
DLayoutInflater.java392 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { in inflate()
424 public View inflate(XmlPullParser parser, ViewGroup root, boolean attachToRoot) { in inflate()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java312 boolean attachToRoot, boolean skipCallbackParser) { in inflateView()