OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdifficulty
(Results
1 - 2
of
2
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java
104
mLunarThread.
setDifficulty
(LunarThread.DIFFICULTY_EASY);
107
mLunarThread.
setDifficulty
(LunarThread.DIFFICULTY_MEDIUM);
110
mLunarThread.
setDifficulty
(LunarThread.DIFFICULTY_HARD);
LunarView.java
406
public void
setDifficulty
(int difficulty) {
[
all
...]
Completed in 2363 milliseconds