OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOVE_UP
(Results
1 - 2
of
2
) sorted by null
/development/samples/Snake/src/com/example/android/snake/
Snake.java
42
public static int
MOVE_UP
= 1;
96
// we start the game by sending
MOVE_UP
signal to SnakeView
97
mSnakeView.moveSnake(
MOVE_UP
);
127
mSnakeView.moveSnake(
MOVE_UP
);
SnakeView.java
261
if (direction == Snake.
MOVE_UP
) {
Completed in 19 milliseconds