OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mRun
(Results
1 - 2
of
2
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
197
private boolean
mRun
= false;
355
while (
mRun
) {
361
// Critical section. Do not allow
mRun
to be set false until
364
// If
mRun
has been toggled false, inhibit canvas operations.
366
if (
mRun
) doDraw(c);
438
// Do not allow
mRun
to be modified while any canvas operations
441
mRun
= b;
[
all
...]
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java
225
private boolean
mRun
= false;
622
while (
mRun
) {
675
}// end while
mrun
block
[
all
...]
Completed in 252 milliseconds