Home | History | Annotate | Download | only in view

Lines Matching defs:Factory2

79     private Factory2 mFactory2;
80 private Factory2 mPrivateFactory;
141 public interface Factory2 extends Factory {
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 getFactory2() {
300 * Like {@link #setFactory}, but allows you to set a {@link Factory2}
303 public void setFactory2(Factory2 factory) {
321 public void setPrivateFactory(Factory2 factory) {