Searched refs:mPrivateFactory (Results 1 – 1 of 1) sorted by relevance
88 private Factory2 mPrivateFactory; field in LayoutInflater223 mPrivateFactory = original.mPrivateFactory; in LayoutInflater()334 if (mPrivateFactory == null) { in setPrivateFactory()335 mPrivateFactory = factory; in setPrivateFactory()337 mPrivateFactory = new FactoryMerger(factory, factory, mPrivateFactory, mPrivateFactory); in setPrivateFactory()776 if (view == null && mPrivateFactory != null) { in createViewFromTag()777 view = mPrivateFactory.onCreateView(parent, name, context, attrs); in createViewFromTag()