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

/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarLander.java53 private LunarThread mLunarThread; field in class:LunarLander
90 mLunarThread.doStart();
93 mLunarThread.setState(LunarThread.STATE_LOSE,
97 mLunarThread.pause();
100 mLunarThread.unpause();
103 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_EASY);
106 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_MEDIUM);
109 mLunarThread.setDifficulty(LunarThread.DIFFICULTY_HARD);
131 mLunarThread = mLunarView.getThread();
138 mLunarThread
[all...]

Completed in 36 milliseconds