Searched refs:mDebugPaint (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 135 private Paint mDebugPaint; field in NotificationStackScrollLayout 386 mDebugPaint = new Paint(); in NotificationStackScrollLayout() 387 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout() 388 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout() 389 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout() 420 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 423 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 425 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 427 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 429 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw()
|