HomeSort by relevance Sort by last modified time
    Searched refs:PLAYER1 (Results 1 - 3 of 3) sorted by null

  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 108 if (player == State.PLAYER1) {
122 if (mGameView.getCurrentPlayer() == State.PLAYER1) {
137 } else if (player == State.PLAYER1) {
174 return player == State.PLAYER1 ? State.PLAYER2 : State.PLAYER1;
252 } else if (player == State.PLAYER1) {
GameView.java 51 PLAYER1(1),
94 /** Contains one of {@link State#EMPTY}, {@link State#PLAYER1} or {@link State#PLAYER2}. */
232 case PLAYER1:
  /development/samples/TicTacToeMain/src/com/example/android/tictactoe/
MainActivity.java 53 startWithHuman ? State.PLAYER1.getValue() : State.PLAYER2.getValue());

Completed in 146 milliseconds