Home | History | Annotate | Download | only in widget

Lines Matching defs:watchers

3741             final ChangeWatcher[] watchers = sp.getSpans(0, sp.length(), ChangeWatcher.class);
3742 final int count = watchers.length;
3744 sp.removeSpan(watchers[i]);