Home
last modified time | relevance | path

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

/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameView.java97 private int mSelectedCell = -1; field in GameView
170 return mSelectedCell; in getSelection()
182 mSelectedCell = -1; in setCurrentPlayer()
222 if (mSelectedCell == k) { in onDraw()
311 State state = cell == mSelectedCell ? mSelectedValue : mData[cell];
316 mSelectedCell = cell;
339 boolean hadSelection = mSelectedCell != -1 && mSelectedValue != State.EMPTY;
340 mSelectedCell = -1;
368 b.putInt("gv_sel_cell", mSelectedCell);
404 mSelectedCell = b.getInt("gv_sel_cell", -1);
[all …]