Home
last modified time | relevance | path

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

/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java247 private int mCanvasWidth = 1; field in JetBoyView.JetBoyThread
550 canvas.drawBitmap(mTimerShell, mCanvasWidth - mTimerShell.getWidth(), 0, null); in doDrawRunning()
1018 _as.mDrawX = (mCanvasWidth - mAsteroids[0].getWidth()); in doAsteroidCreation()
1093 mCanvasWidth * 2, mCanvasHeight, true); in setGameState()
1100 mCanvasWidth * 2, mCanvasHeight, true); in setGameState()
1139 mCanvasWidth = width; in setSurfaceSize()
/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java125 private int mCanvasWidth = 1; field in LunarView.LunarThread
293 mX = mCanvasWidth / 2; in doStart()
303 mGoalX = (int) (Math.random() * (mCanvasWidth - mGoalWidth)); in doStart()
520 mCanvasWidth = width; in setSurfaceSize()