Home | History | Annotate | Download | only in widget

Lines Matching defs:mChars

3908             mCharWrapper.mChars = null;
9183 private char[] mChars;
9187 mChars = chars;
9193 mChars = chars;
9203 return mChars[off + mStart];
9208 return new String(mChars, mStart, mLength);
9216 return new String(mChars, start + mStart, end - start);
9224 System.arraycopy(mChars, start + mStart, buf, off, end - start);
9229 c.drawText(mChars, start + mStart, end - start, x, y, p);
9236 c.drawTextRun(mChars, start + mStart, count, contextStart + mStart,
9241 return p.measureText(mChars, start + mStart, end - start);
9245 return p.getTextWidths(mChars, start + mStart, end - start, widths);
9253 return p.getTextRunAdvances(mChars, start + mStart, count,
9261 return p.getTextRunCursor(mChars, contextStart + mStart,