HomeSort by relevance Sort by last modified time
    Searched full:thisinflater (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 51 /*package*/ static void rInflate(LayoutInflater thisInflater,
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.createViewFromTag(parent, childName, childAttrs)
    [all...]

Completed in 2603 milliseconds