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
27
import com.example.android.lunarlander.LunarView.
LunarThread
;
54
private
LunarThread
mLunarThread;
94
mLunarThread.setState(
LunarThread
.STATE_LOSE,
104
mLunarThread.setDifficulty(
LunarThread
.DIFFICULTY_EASY);
107
mLunarThread.setDifficulty(
LunarThread
.DIFFICULTY_MEDIUM);
110
mLunarThread.setDifficulty(
LunarThread
.DIFFICULTY_HARD);
130
// get handles to the LunarView from XML, and its
LunarThread
139
mLunarThread.setState(
LunarThread
.STATE_READY);
LunarView.java
48
class
LunarThread
extends Thread {
214
public
LunarThread
(SurfaceHolder surfaceHolder, Context context,
787
private
LunarThread
thread;
797
thread = new
LunarThread
(holder, context, new Handler() {
813
public
LunarThread
getThread() {
[
all
...]
Completed in 1069 milliseconds