Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DMeasuredText.java225 private Paint.FontMetricsInt mCachedMetrics = new Paint.FontMetricsInt(); field in MeasuredText.Builder
307 paint.getFontMetricsInt(mCachedMetrics); in appendStyleRun()
308 mTop = Math.min(mTop, mCachedMetrics.top); in appendStyleRun()
309 mBottom = Math.max(mBottom, mCachedMetrics.bottom); in appendStyleRun()