Home | History | Annotate | Download | only in widget

Lines Matching refs:watchers

4027             final ChangeWatcher[] watchers = sp.getSpans(0, sp.length(), ChangeWatcher.class);
4028 final int count = watchers.length;
4030 sp.removeSpan(watchers[i]);