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

/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java145 /** What to draw for the Lander when the engine is firing */
413 * Sets if the engine is currently firing.
415 public void setFiring(boolean firing) { argument
417 mEngineFiring = firing;

Completed in 218 milliseconds