Searched defs:nend (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DSpanWatcher.java38 * to the new range <code>nstart&hellip;nend</code> of the text.
41 int nstart, int nend);
40 onSpanChanged(Spannable text, Object what, int ostart, int oend, int nstart, int nend) argument
H A DDynamicLayout.java666 public void onSpanChanged(Spannable s, Object o, int start, int end, int nstart, int nend) { argument
669 reflow(s, nstart, nend - nstart, nend - nstart);

Completed in 44 milliseconds