Searched refs:mDebugPaint (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 101 private Paint mDebugPaint; field in NotificationStackScrollLayout 245 mDebugPaint = new Paint(); in NotificationStackScrollLayout() 246 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout() 247 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout() 248 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout() 256 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 259 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 261 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 263 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw() 265 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); in onDraw()
|