Searched refs:PLAYER1 (Results 1 – 3 of 3) sorted by relevance
108 if (player == State.PLAYER1) { in selectTurn()122 if (mGameView.getCurrentPlayer() == State.PLAYER1) { in onCellSelected()137 } else if (player == State.PLAYER1) { in onClick()174 return player == State.PLAYER1 ? State.PLAYER2 : State.PLAYER1; in getOtherPlayer()252 } else if (player == State.PLAYER1) { in setWinState()
51 PLAYER1(1), enumConstant232 case PLAYER1: in onDraw()
53 startWithHuman ? State.PLAYER1.getValue() : State.PLAYER2.getValue()); in startGame()