Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java53 boolean finishInflate) throws XmlPullParserException, IOException { in rInflate() argument
55 if (finishInflate == false) { in rInflate()
64 thisInflater.rInflate_Original(parser, parent, attrs, finishInflate); in rInflate()
68 if (finishInflate == false) { in rInflate()
/frameworks/base/core/java/android/view/
DLayoutInflater.java709 boolean finishInflate) throws XmlPullParserException, IOException { in rInflate() argument
747 if (finishInflate) parent.onFinishInflate(); in rInflate()