Searched refs:mGoalSpeed (Results 1 - 1 of 1) sorted by relevance

/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java95 private static final String KEY_GOAL_SPEED = "mGoalSpeed";
155 private int mGoalSpeed; field in class:LunarView.LunarThread
272 mGoalSpeed = TARGET_SPEED;
280 mGoalSpeed = mGoalSpeed * 3 / 2;
286 mGoalSpeed = mGoalSpeed * 7 / 8;
343 mGoalSpeed = savedState.getInt(KEY_GOAL_SPEED);
391 map.putInt(KEY_GOAL_SPEED, Integer.valueOf(mGoalSpeed));
628 if (speed <= mGoalSpeed) {
[all...]

Completed in 19 milliseconds