OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_LOSE
(Results
1 - 3
of
3
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
70
public static final int
STATE_LOSE
= 1;
493
else if (mMode ==
STATE_LOSE
)
504
if (mMode ==
STATE_LOSE
) mWinsInARow = 0;
555
&& (mMode == STATE_READY || mMode ==
STATE_LOSE
|| mMode == STATE_WIN)) {
666
if (mMode ==
STATE_LOSE
) {
756
int result =
STATE_LOSE
;
[
all
...]
LunarLander.java
93
mLunarThread.setState(LunarThread.
STATE_LOSE
,
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java
132
public static final int
STATE_LOSE
= 1;
484
} else if (mState == STATE_PLAY || mState ==
STATE_LOSE
) {
658
} else if (mState ==
STATE_LOSE
) {
[
all
...]
Completed in 89 milliseconds