Searched refs:mPrivateFactory (Results 1 – 1 of 1) sorted by relevance
80 private Factory2 mPrivateFactory; field in LayoutInflater211 mPrivateFactory = original.mPrivateFactory; in LayoutInflater()322 if (mPrivateFactory == null) { in setPrivateFactory()323 mPrivateFactory = factory; in setPrivateFactory()325 mPrivateFactory = new FactoryMerger(factory, factory, mPrivateFactory, mPrivateFactory); in setPrivateFactory()732 if (view == null && mPrivateFactory != null) { in createViewFromTag()733 view = mPrivateFactory.onCreateView(parent, name, viewContext, attrs); in createViewFromTag()