Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPathsActivity.java48 private final Paint mBoundsPaint; field in PathsActivity.PathsView
94 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()