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 581 mDebugPaint = new Paint(); in NotificationStackScrollLayout() 582 mDebugPaint.setColor(0xffff0000); in NotificationStackScrollLayout() 583 mDebugPaint.setStrokeWidth(2); in NotificationStackScrollLayout() 584 mDebugPaint.setStyle(Paint.Style.STROKE); in NotificationStackScrollLayout() 585 mDebugPaint.setTextSize(25f); in NotificationStackScrollLayout() 775 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 777 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 779 canvas.drawLine(0, y, getWidth(), y, mDebugPaint); 794 mDebugPaint); [all …]
|