Home
last modified time | relevance | path

Searched refs:finishInflate (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java60 View parent, Context context, AttributeSet attrs, boolean finishInflate) in rInflate() argument
63 if (finishInflate == false) { in rInflate()
72 thisInflater.rInflate_Original(parser, parent, context, attrs, finishInflate); in rInflate()
76 if (finishInflate == false) { in rInflate()
/frameworks/base/core/java/android/view/
DLayoutInflater.java823 boolean finishInflate) throws XmlPullParserException, IOException { in rInflateChildren() argument
824 rInflate(parser, parent, parent.getContext(), attrs, finishInflate); in rInflateChildren()
835 AttributeSet attrs, boolean finishInflate) throws XmlPullParserException, IOException { in rInflate() argument
875 if (finishInflate) { in rInflate()