OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LunarThread
(Results
1 - 2
of
2
) sorted by null
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java
26
import com.example.android.lunarlander.LunarView.
LunarThread
;
53
private
LunarThread
mLunarThread;
93
mLunarThread.setState(
LunarThread
.STATE_LOSE,
103
mLunarThread.setDifficulty(
LunarThread
.DIFFICULTY_EASY);
106
mLunarThread.setDifficulty(
LunarThread
.DIFFICULTY_MEDIUM);
109
mLunarThread.setDifficulty(
LunarThread
.DIFFICULTY_HARD);
129
// get handles to the LunarView from XML, and its
LunarThread
138
mLunarThread.setState(
LunarThread
.STATE_READY);
LunarView.java
48
class
LunarThread
extends Thread {
214
public
LunarThread
(SurfaceHolder surfaceHolder, Context context,
785
private
LunarThread
thread;
795
thread = new
LunarThread
(holder, context, new Handler() {
811
public
LunarThread
getThread() {
[
all
...]
Completed in 61 milliseconds