Searched defs:nend (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/text/ |
H A D | SpanWatcher.java | 38 * to the new range <code>nstart…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 D | DynamicLayout.java | 666 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 20 milliseconds