Home
last modified time | relevance | path

Searched refs:mWholeWidth (Results 1 – 1 of 1) sorted by relevance

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