Home | History | Annotate | Download | only in widget

Lines Matching defs:watchers

4450             final ChangeWatcher[] watchers = sp.getSpans(0, sp.length(), ChangeWatcher.class);
4451 final int count = watchers.length;
4453 sp.removeSpan(watchers[i]);