Searched refs:mWidths (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
H A DMeasuredText.java34 float[] mWidths; field in class:MeasuredText
100 if (mWidths == null || mWidths.length < len) {
101 mWidths = ArrayUtils.newUnpaddedFloatArray(len);
163 return paint.getTextRunAdvances(mChars, p, len, p, len, isRtl, mWidths, p);
172 paint.getTextRunAdvances(mChars, q, i - q, q, i - q, isRtl, mWidths, q);
208 float[] w = mWidths;
229 float[] w = mWidths;
253 float[] w = mWidths;
H A DStaticLayout.java240 float[] widths = measured.mWidths;
H A DTextUtils.java1242 float[] widths = mt.mWidths;

Completed in 262 milliseconds