OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mdifficulty
(Results
1 - 1
of
1
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
89
private static final String KEY_DIFFICULTY = "
mDifficulty
";
134
private int
mDifficulty
;
251
mDifficulty
= DIFFICULTY_MEDIUM;
277
if (
mDifficulty
== DIFFICULTY_EASY) {
283
} else if (
mDifficulty
== DIFFICULTY_HARD) {
333
mDifficulty
= savedState.getInt(KEY_DIFFICULTY);
381
map.putInt(KEY_DIFFICULTY, Integer.valueOf(
mDifficulty
));
408
mDifficulty
= difficulty;
[
all
...]
Completed in 621 milliseconds