Lines Matching full:contextend
1530 public void drawTextRun(CharSequence text, int start, int end, int contextStart, int contextEnd,
1548 contextStart, contextEnd, x, y, flags, paint.mNativePaint);
1551 contextStart, contextEnd, x, y, flags, paint);
1553 int contextLen = contextEnd - contextStart;
1556 TextUtils.getChars(text, contextStart, contextEnd, buf, 0);
1823 int start, int end, int contextStart, int contextEnd,