Home
last modified time | relevance | path

Searched refs:mLeftPaddleBitmap (Results 1 – 1 of 1) sorted by relevance

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
DControllerView.java55 private Bitmap mLeftPaddleBitmap; field in ControllerView
232 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()