Home
last modified time | relevance | path

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

/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java295 - mBorderWidth, mBorderPaint); in onDraw()
331 private Paint mBorderPaint = new Paint(); field in TouchDisplayView
356 mBorderPaint.setStrokeWidth(mBorderWidth); in initialisePaint()
357 mBorderPaint.setColor(INACTIVE_BORDER_COLOR); in initialisePaint()
358 mBorderPaint.setStyle(Paint.Style.STROKE); in initialisePaint()