Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java1046 private static final Paint mBulletPaint; local
1048 mBulletPaint = new Paint();
1049 mBulletPaint.setStyle(Style.FILL);
1068 setPaintARGBBlend(mBulletPaint, mDestroyAnimProgress, in draw()
1071 canvas.drawCircle(mPositionX, mPositionY, mSize, mBulletPaint); in draw()