Home
last modified time | relevance | path

Searched refs:setCell (Results 1 – 2 of 2) sorted by relevance

/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameActivity.java141 mGameView.setCell(cell, player); in onClick()
160 mGameView.setCell(index, mGameView.getCurrentPlayer()); in handleMessage()
DGameView.java159 public void setCell(int cellIndex, State value) { in setCell() method in GameView