Searched refs:mDebugPaint (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 244 private Paint mDebugPaint; field in NotificationStackScrollLayout 631 mDebugPaint = new Paint(); in NotificationStackScrollLayout() 632 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout() 633 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout() 634 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout() 635 mDebugPaint.setTextSize(25f); in NotificationStackScrollLayout() 870 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 872 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 874 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 889 mDebugPaint); [all …]
|