Searched refs:mBulletPaint (Results 1 – 1 of 1) sorted by relevance
1046 private static final Paint mBulletPaint; local1048 mBulletPaint = new Paint();1049 mBulletPaint.setStyle(Style.FILL);1068 setPaintARGBBlend(mBulletPaint, mDestroyAnimProgress, in draw()1071 canvas.drawCircle(mPositionX, mPositionY, mSize, mBulletPaint); in draw()