Searched defs:thisInflater (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java51 /*package*/ static void rInflate(LayoutInflater thisInflater, argument
57 if (thisInflater instanceof BridgeInflater) {
58 ((BridgeInflater) thisInflater).setIsInMerge(true);
64 thisInflater.rInflate_Original(parser, parent, attrs, finishInflate);
70 if (thisInflater instanceof BridgeInflater) {
71 ((BridgeInflater) thisInflater).setIsInMerge(false);
78 LayoutInflater thisInflater,
97 thisInflater.getContext().getResources().getLayout(layout);
116 thisInflater.rInflate(childParser, parent, childAttrs, false);
118 final View view = thisInflater
77 parseInclude( LayoutInflater thisInflater, XmlPullParser parser, View parent, AttributeSet attrs) argument
[all...]

Completed in 59 milliseconds