Searched defs:mWholeWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java116 private @FloatRange(from = 0.0f) float mWholeWidth; field in class:MeasuredParagraph
171 mWholeWidth = 0;
229 return mWholeWidth;
532 mWholeWidth += width;
546 mWholeWidth += mCachedPaint.getTextRunAdvances(
563 mWholeWidth += mCachedPaint.getTextRunAdvances(

Completed in 30 milliseconds