Home | History | Annotate | Download | only in widget

Lines Matching refs:widths

9276         public int getTextWidths(int start, int end, float[] widths, Paint p) {
9277 return p.getTextWidths(mChars, start + mStart, end - start, widths);