Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DLayoutInflater.java1095 boolean finishInflate) throws XmlPullParserException, IOException { in rInflateChildren() argument
1096 rInflate(parser, parent, parent.getContext(), attrs, finishInflate); in rInflateChildren()
1107 AttributeSet attrs, boolean finishInflate) throws XmlPullParserException, IOException { in rInflate() argument
1147 if (finishInflate) { in rInflate()