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

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java84 private Factory2 mFactory2; field in class:LayoutInflater
219 mFactory2 = original.mFactory2;
275 return mFactory2;
304 mFactory = new FactoryMerger(factory, null, mFactory, mFactory2);
321 mFactory = mFactory2 = factory;
323 mFactory = mFactory2 = new FactoryMerger(factory, factory, mFactory, mFactory2);
771 if (mFactory2 != null) {
772 view = mFactory2
[all...]

Completed in 2555 milliseconds