OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAYER2
(Results
1 - 3
of
3
) sorted by null
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java
95
if (player == State.
PLAYER2
) {
112
} else if (player == State.
PLAYER2
) {
174
return player == State.PLAYER1 ? State.
PLAYER2
: State.PLAYER1;
181
if (player == State.
PLAYER2
) {
GameView.java
52
PLAYER2
(2);
94
/** Contains one of {@link State#EMPTY}, {@link State#PLAYER1} or {@link State#
PLAYER2
}. */
237
case
PLAYER2
:
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
MainActivity.java
53
startWithHuman ? State.PLAYER1.getValue() : State.
PLAYER2
.getValue());
Completed in 65 milliseconds