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 | 222 private Paint mDebugPaint; field in NotificationStackScrollLayout 584 mDebugPaint = new Paint(); in NotificationStackScrollLayout() 585 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout() 586 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout() 587 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout() 588 mDebugPaint.setTextSize(25f); in NotificationStackScrollLayout() 787 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 789 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 791 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 806 mDebugPaint); [all …]
|