Searched refs:mBmpPlayer2 (Results 1 – 1 of 1) sorted by relevance
89 private Bitmap mBmpPlayer2; field in GameView123 mBmpPlayer2 = getResBitmap(R.drawable.lib_circle); in GameView()238 if (mBmpPlayer2 != null) { in onDraw()239 canvas.drawBitmap(mBmpPlayer2, mSrcRect, mDstRect, mBmpPaint); in onDraw()