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

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java84 private Factory2 mFactory2;
85 private Factory2 mPrivateFactory;
150 public interface Factory2 extends Factory { interface in class:LayoutInflater
168 private static class FactoryMerger implements Factory2 {
170 private final Factory2 mF12, mF22;
172 FactoryMerger(Factory f1, Factory2 f12, Factory f2, Factory2 f22) {
268 * Return the current {@link Factory2}. Returns null if no factory is set
269 * or the set factory does not implement the {@link Factory2} interface.
274 public final Factory2 getFactory
[all...]

Completed in 1044 milliseconds