Searched refs:mDebugPaint (Results 1 – 3 of 3) sorted by relevance
64 private final Paint mDebugPaint; field in InteractionMonitorDebugOverlay77 mDebugPaint = new Paint(); in InteractionMonitorDebugOverlay()78 mDebugPaint.setAntiAlias(false); in InteractionMonitorDebugOverlay()115 mDebugPaint.setTextSize(cujFontSize); in getWidthOfLongestCujName()128 mDebugPaint.setTextSize(textSize); in getTextHeight()238 mDebugPaint.setColor(mBgColor); in onPostDraw()244 mDebugPaint); in onPostDraw()246 mDebugPaint.setColor(Color.BLACK); in onPostDraw()247 mDebugPaint.setStrikeThruText(false); in onPostDraw()250 mDebugPaint.setTextSize(cujFontSize); in onPostDraw()[all …]
44 private final Paint mDebugPaint; field in DebugDrawable59 mDebugPaint = new Paint(); in DebugDrawable()66 mDebugPaint.setColor(Color.RED); in draw()67 mDebugPaint.setStrokeWidth(2); in draw()68 mDebugPaint.setStyle(Paint.Style.STROKE); in draw()69 mDebugPaint.setTextSize(24); in draw()110 mDebugPaint.setColor(Color.CYAN); in draw()114 mDebugPaint); in draw()118 mDebugPaint.setColor(color); in drawDebugInfo()120 /* stopY= */ y, mDebugPaint); in drawDebugInfo()[all …]
196 private Paint mDebugPaint; field in NotificationStackScrollLayout658 mDebugPaint = new Paint(); in NotificationStackScrollLayout()659 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout()660 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout()661 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout()662 mDebugPaint.setTextSize(25f); in NotificationStackScrollLayout()871 mDebugPaint.setColor(color); in drawDebugInfo()873 mDebugPaint); in drawDebugInfo()874 canvas.drawText(label, /* x= */ 0, /* y= */ computeDebugYTextPosition(y), mDebugPaint); in drawDebugInfo()880 textY = (int) (textY + mDebugPaint.getTextSize()); in computeDebugYTextPosition()