Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java116 private float getWidthOfLongestCujName(int cujFontSize) { in getWidthOfLongestCujName() argument
117 mDebugPaint.setTextSize(cujFontSize); in getWidthOfLongestCujName()
242 int cujFontSize = dipToPx(18); in onPostDraw() local
243 final float cujNameTextHeight = getTextHeight(cujFontSize); in onPostDraw()
247 float maxLength = getWidthOfLongestCujName(cujFontSize); in onPostDraw()
264 mDebugPaint.setTextSize(cujFontSize); in onPostDraw()