HomeSort by relevance Sort by last modified time
    Searched refs:mCanvasWidth (Results 1 - 2 of 2) sorted by null

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 125 private int mCanvasWidth = 1;
293 mX = mCanvasWidth / 2;
303 mGoalX = (int) (Math.random() * (mCanvasWidth - mGoalWidth));
520 mCanvasWidth = width;
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 247 private int mCanvasWidth = 1;
550 canvas.drawBitmap(mTimerShell, mCanvasWidth - mTimerShell.getWidth(), 0, null);
    [all...]

Completed in 62 milliseconds