Searched refs:sPaint (Results 1 – 1 of 1) sorted by relevance
39 private static final Paint sPaint = new Paint(); field in BoundsInfoDrawHelper70 sPaint.reset(); in setPaintForEditorBoundsInfo()71 sPaint.setStyle(Paint.Style.STROKE); in setPaintForEditorBoundsInfo()72 sPaint.setStrokeWidth(5f); in setPaintForEditorBoundsInfo()85 sPaint.setColor(EDITOR_BOUNDS_COLOR); in drawEditorBoundsInfo()86 canvas.drawRect(localEditorBounds, sPaint); in drawEditorBoundsInfo()93 sPaint.setColor(HANDWRITING_BOUNDS_COLOR); in drawEditorBoundsInfo()94 canvas.drawRect(localHandwritingBounds, sPaint); in drawEditorBoundsInfo()99 sPaint.reset(); in setPaintForVisibleLineBounds()100 sPaint.setStyle(Paint.Style.STROKE); in setPaintForVisibleLineBounds()[all …]