HomeSort by relevance Sort by last modified time
    Searched refs:oend (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/text/
SpanWatcher.java 37 * has been relocated from the range <code>ostart&hellip;oend</code>
40 public void onSpanChanged(Spannable text, Object what, int ostart, int oend,
SpannableStringInternal.java 106 int oend = data[i * COLUMNS + END]; local
112 sendSpanChanged(what, ostart, oend, nstart, nend);
147 int oend = data[i * COLUMNS + END]; local
157 sendSpanRemoved(what, ostart, oend);
Selection.java 73 int oend = getSelectionEnd(text); local
75 if (ostart != start || oend != stop) {
SpannableStringBuilder.java 230 int oend = mSpanEnds[i]; local
234 if (oend > mGapStart)
235 oend -= mGapLength;
240 sendSpanRemoved(what, ostart, oend);
647 int oend = mSpanEnds[i]; local
651 if (oend > mGapStart)
652 oend -= mGapLength;
658 if (send) sendSpanChanged(what, ostart, oend, nstart, nend);
    [all...]
  /external/qemu/audio/
rate_template.h 35 struct st_sample *ostart, *oend; local
49 oend = obuf + *osamp;
62 while (obuf < oend) {
  /external/e2fsprogs/lib/ext2fs/
bitmaps.c 91 ext2_ino_t end, ext2_ino_t *oend)
97 end, oend));
101 blk_t end, blk_t *oend)
106 end, oend));
gen_bitmap.c 211 ext2_ino_t end, ext2_ino_t *oend)
217 if (oend)
218 *oend = bitmap->end;
ext2fs.h 666 ext2_ino_t end, ext2_ino_t *oend);
668 blk_t end, blk_t *oend);
929 ext2_ino_t *oend);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 436 public void onSpanChanged(Spannable text, Object span, int ostart, int oend, int nstart,
438 if (text == mSpannable) mChanged.add(new Changed(span, ostart, oend, nstart, nend));

Completed in 501 milliseconds