Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java66 private final Paint.FontMetrics mDebugFontMetrics; field in InteractionMonitorDebugOverlay
80 mDebugFontMetrics = new Paint.FontMetrics(); in InteractionMonitorDebugOverlay()
131 mDebugPaint.getFontMetrics(mDebugFontMetrics); in getTextHeight()
132 return mDebugFontMetrics.descent - mDebugFontMetrics.ascent; in getTextHeight()