Searched refs:mBmpPlayer1 (Results 1 – 1 of 1) sorted by relevance
88 private Bitmap mBmpPlayer1; field in GameView122 mBmpPlayer1 = getResBitmap(R.drawable.lib_cross); in GameView()125 if (mBmpPlayer1 != null) { in GameView()126 mSrcRect.set(0, 0, mBmpPlayer1.getWidth() -1, mBmpPlayer1.getHeight() - 1); in GameView()233 if (mBmpPlayer1 != null) { in onDraw()234 canvas.drawBitmap(mBmpPlayer1, mSrcRect, mDstRect, mBmpPaint); in onDraw()