Searched defs:Factory2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java87 private Factory2 mFactory2;
88 private Factory2 mPrivateFactory;
153 public interface Factory2 extends Factory { interface in class:LayoutInflater
171 private static class FactoryMerger implements Factory2 {
173 private final Factory2 mF12, mF22;
175 FactoryMerger(Factory f1, Factory2 f12, Factory f2, Factory2 f22) {
271 * Return the current {@link Factory2}. Returns null if no factory is set
272 * or the set factory does not implement the {@link Factory2} interface.
277 public final Factory2 getFactory
[all...]

Completed in 635 milliseconds