Searched refs:mBoundsPaint (Results 1 – 1 of 1) sorted by relevance
48 private final Paint mBoundsPaint; field in PathsActivity.PathsView94 mBoundsPaint = new Paint(); in PathsView()95 mBoundsPaint.setColor(0x4000ff00); in PathsView()129 canvas.drawRect(mPathBounds, mBoundsPaint); in onDraw()134 canvas.drawRect(mPathBounds, mBoundsPaint); in onDraw()140 canvas.drawRect(mPathBounds, mBoundsPaint); in onDraw()