Searched refs:mDebugPaint (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 166 private Paint mDebugPaint; field in NotificationStackScrollLayout 470 mDebugPaint = new Paint(); in NotificationStackScrollLayout() 471 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout() 472 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout() 473 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout() 522 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 524 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 526 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw()
|