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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java48 private final Paint mBoundsPaint; field in class:PathsActivity.PathsView
94 mBoundsPaint = new Paint();
95 mBoundsPaint.setColor(0x4000ff00);
129 canvas.drawRect(mPathBounds, mBoundsPaint);
134 canvas.drawRect(mPathBounds, mBoundsPaint);
140 canvas.drawRect(mPathBounds, mBoundsPaint);

Completed in 84 milliseconds