Searched refs:mPrivateFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java85 private Factory2 mPrivateFactory; field in class:LayoutInflater
220 mPrivateFactory = original.mPrivateFactory;
331 if (mPrivateFactory == null) {
332 mPrivateFactory = factory;
334 mPrivateFactory = new FactoryMerger(factory, factory, mPrivateFactory, mPrivateFactory);
779 if (view == null && mPrivateFactory != null) {
780 view = mPrivateFactory
[all...]

Completed in 2480 milliseconds