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

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java79 private Factory2 mFactory2;
80 private Factory2 mPrivateFactory;
141 public interface Factory2 extends Factory { interface in class:LayoutInflater
159 private static class FactoryMerger implements Factory2 {
161 private final Factory2 mF12, mF22;
163 FactoryMerger(Factory f1, Factory2 f12, Factory f2, Factory2 f22) {
259 * Return the current {@link Factory2}. Returns null if no factory is set
260 * or the set factory does not implement the {@link Factory2} interface.
265 public final Factory2 getFactory
[all...]

Completed in 102 milliseconds