Home | History | Annotate | Download | only in widget

Lines Matching refs:watchers

3783             final ChangeWatcher[] watchers = sp.getSpans(0, sp.length(), ChangeWatcher.class);
3784 final int count = watchers.length;
3786 sp.removeSpan(watchers[i]);