OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIFFICULTY_EASY
(Results
1 - 2
of
2
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java
103
mLunarThread.setDifficulty(LunarThread.
DIFFICULTY_EASY
);
LunarView.java
52
public static final int
DIFFICULTY_EASY
= 0;
279
if (mDifficulty ==
DIFFICULTY_EASY
) {
[
all
...]
Completed in 564 milliseconds