Home
last modified time | relevance | path

Searched refs:sPaint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DBoundsInfoDrawHelper.java39 private static final Paint sPaint = new Paint(); field in BoundsInfoDrawHelper
70 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 …]