HomeSort by relevance Sort by last modified time
    Searched refs:MOVE_UP (Results 1 - 6 of 6) 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) {
  /external/chromium_org/ui/events/linux/
text_edit_command_auralinux.h 43 MOVE_UP,
text_edit_command_auralinux.cc 86 case MOVE_UP:
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_key_bindings_handler.cc 314 TextEditCommandAuraLinux::MOVE_UP);
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 202 case ui::TextEditCommandAuraLinux::MOVE_UP:
    [all...]

Completed in 96 milliseconds