Home | History | Annotate | Download | only in method

Lines Matching defs:Replaced

262                     Replaced[] repl = content.getSpans(0, content.length(),
263 Replaced.class);
270 content.setSpan(new Replaced(orig), x, oldStart,
319 Replaced[] repl = content.getSpans(selStart - consider, selStart,
320 Replaced.class);
330 // the replaced span (or after it, because the user is
411 * @param start the start of the replaced region
412 * @param end the end of the replaced region; the location of the cursor
417 Replaced[] repl = content.getSpans(0, content.length(), Replaced.class);
426 content.setSpan(new Replaced(orig), start, end,
514 /* package */ static class Replaced implements NoCopySpan
516 public Replaced(char[] text) {