Home | History | Annotate | Download | only in text

Lines Matching refs:contextLen

1136         int contextLen = contextEnd - contextStart;
1139 c.drawTextRun(mText, start, len, contextStart, contextLen, x, y, flags, p);
1142 contextLen, x, y, flags, p);
1144 char[] buf = TextUtils.obtain(contextLen);
1146 c.drawTextRun(buf, start - contextStart, len, 0, contextLen, x, y, flags, p);
1208 int contextLen = contextEnd - contextStart;
1212 ret = p.getTextRunAdvances(mText, start, len, contextStart, contextLen,
1216 contextStart + mGapLength, contextLen, flags, advances, advancesPos);
1218 char[] buf = TextUtils.obtain(contextLen);
1221 0, contextLen, flags, advances, advancesPos);
1259 int contextLen = contextEnd - contextStart;
1261 ret = p.getTextRunCursor(mText, contextStart, contextLen,
1264 ret = p.getTextRunCursor(mText, contextStart + mGapLength, contextLen,
1267 char[] buf = TextUtils.obtain(contextLen);
1269 ret = p.getTextRunCursor(buf, 0, contextLen,