Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java241 int packageNameFontSize = dipToPx(12); in onPostDraw() local
244 final float packageNameTextHeight = getTextHeight(packageNameFontSize); in onPostDraw()
259 mDebugPaint.setTextSize(packageNameFontSize); in onPostDraw()