Home | History | Annotate | Download | only in method

Lines Matching defs:Replaced

263                     Replaced[] repl = content.getSpans(0, content.length(),
264 Replaced.class);
271 content.setSpan(new Replaced(orig), x, oldStart,
320 Replaced[] repl = content.getSpans(selStart - consider, selStart,
321 Replaced.class);
331 // the replaced span (or after it, because the user is
412 * @param start the start of the replaced region
413 * @param end the end of the replaced region; the location of the cursor
418 Replaced[] repl = content.getSpans(0, content.length(), Replaced.class);
427 content.setSpan(new Replaced(orig), start, end,
515 /* package */ static class Replaced implements NoCopySpan
517 public Replaced(char[] text) {