Searched refs:NORTH (Results 1 – 1 of 1) sorted by relevance
52 private int mDirection = NORTH;53 private int mNextDirection = NORTH;54 private static final int NORTH = 1; field in SnakeView170 mNextDirection = NORTH; in initNewGame()283 mNextDirection = NORTH; in moveSnake()289 if (mDirection != NORTH) { in moveSnake()472 case NORTH: { in updateSnake()