Searched refs:mControls (Results 1 – 1 of 1) sorted by relevance
32 private final List<Control> mControls = new ArrayList<>(); field in CtsControlsPublisher37 mControls.addAll(controls); in CtsControlsPublisher()46 while (i < n && i < mControls.size()) { in subscribe�()47 subscriber.onNext(mControls.get(i)); in subscribe�()51 if (i == mControls.size()) { in subscribe�()64 mControls.add(c); in onNext()