Home | History | Annotate | Download | only in widget

Lines Matching defs:getTextWidths

10932             mLayout.getPaint().getTextWidths(mTransformed, offsetStart, offsetEnd, widths);
12312 public int getTextWidths(int start, int end, float[] widths, Paint p) {
12313 return p.getTextWidths(mChars, start + mStart, end - start, widths);