HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /external/chromium_org/ui/events/linux/
text_edit_command_auralinux.h 43 MOVE_UP,

Completed in 357 milliseconds