Searched refs:mLeftPaddleBitmap (Results 1 – 1 of 1) sorted by relevance
55 private Bitmap mLeftPaddleBitmap; field in ControllerView232 mLeftPaddleBitmap = BitmapFactory.decodeResource(getResources(), in loadBitmaps()270 mLeftPaddleBitmap = Bitmap.createScaledBitmap(mLeftPaddleBitmap, in loadBitmaps()271 (int) (mLeftPaddleBitmap.getWidth() * mDisplayRatio), in loadBitmaps()272 (int) (mLeftPaddleBitmap.getHeight() * mDisplayRatio), in loadBitmaps()371 canvas.drawBitmap(mLeftPaddleBitmap, offset + mLeftPaddle[0] in onDraw()375 canvas.drawBitmap(mLeftPaddleBitmap, offset + mLeftPaddlePressed[0] in onDraw()