Searched refs:mSelectedCell (Results 1 – 1 of 1) sorted by relevance
97 private int mSelectedCell = -1; field in GameView170 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 …]