OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATE_PAUSE
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmConstants.java
87
public static final int
STATE_PAUSE
= 4;
FmRadio.java
59
public static final int
STATE_PAUSE
= 4;
[
all
...]
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTxAppConstants.java
50
public static final int
STATE_PAUSE
= 4;
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
71
public static final int
STATE_PAUSE
= 2;
318
if (mMode == STATE_RUNNING) setState(
STATE_PAUSE
);
331
setState(
STATE_PAUSE
);
491
else if (mMode ==
STATE_PAUSE
)
559
} else if (mMode ==
STATE_PAUSE
&& okStart) {
[
all
...]
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java
133
public static final int
STATE_PAUSE
= 2;
[
all
...]
Completed in 59 milliseconds