Searched refs:mDebugPaint (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 144 private Paint mDebugPaint; field in NotificationStackScrollLayout 409 mDebugPaint = new Paint(); in NotificationStackScrollLayout() 410 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout() 411 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout() 412 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout() 461 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 463 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 465 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw()
|