Searched refs:PLAYER2 (Results 1 – 3 of 3) sorted by relevance
95 if (player == State.PLAYER2) { in onResume()112 } else if (player == State.PLAYER2) { in selectTurn()174 return player == State.PLAYER1 ? State.PLAYER2 : State.PLAYER1; in getOtherPlayer()181 if (player == State.PLAYER2) { in finishTurn()
52 PLAYER2(2); enumConstant237 case PLAYER2: in onDraw()
53 startWithHuman ? State.PLAYER1.getValue() : State.PLAYER2.getValue()); in startGame()