Home | History | Annotate | Download | only in visualgamecontroller

Lines Matching defs:drawBitmap

352             canvas.drawBitmap(mGradientBitmap, offset + mLeftGradient[0]
357 canvas.drawBitmap(mGradientBitmap, offset + mRightGradient[0]
364 canvas.drawBitmap(mRightPaddleBitmap, offset + mRightPaddle[0]
367 canvas.drawBitmap(mRightPaddleBitmap, offset + mRightPaddlePressed[0]
371 canvas.drawBitmap(mLeftPaddleBitmap, offset + mLeftPaddle[0]
375 canvas.drawBitmap(mLeftPaddleBitmap, offset + mLeftPaddlePressed[0]
380 canvas.drawBitmap(mControllerBitmap, offset, 0, mImagePaint);
395 drawBitmap(mAxisBitmap, mAxisLeftX, mAxisLeftY, mImagePaint);
404 canvas.drawBitmap(mAxisBitmap, mAxisRightX, mAxisRightY, mImagePaint);
408 canvas.drawBitmap(mBlueLedBitmap, offset
415 canvas.drawBitmap(mRightDirectionalBitmap, offset + mRightDirectionalButton[0]
420 canvas.drawBitmap(mTopDirectionalBitmap, offset + mTopDirectionalButton[0]
425 canvas.drawBitmap(mLeftDirectionalBitmap, offset + mLeftDirectionalButton[0]
430 canvas.drawBitmap(mBottomDirectionalBitmap, offset + mBottomDirectionalButton[0]