Searched refs:mSelectedValue (Results 1 – 1 of 1) sorted by relevance
98 private State mSelectedValue = State.EMPTY; field in GameView169 if (mSelectedValue == mCurrentPlayer) { in getSelection()226 v = mSelectedValue; in onDraw()311 State state = cell == mSelectedCell ? mSelectedValue : mData[cell];317 mSelectedValue = state;339 boolean hadSelection = mSelectedCell != -1 && mSelectedValue != State.EMPTY;341 mSelectedValue = State.EMPTY;369 b.putInt("gv_sel_val", mSelectedValue.getValue());405 mSelectedValue = State.fromInt(b.getInt("gv_sel_val", State.EMPTY.getValue()));430 if (mSelectedCell >= 0 && mSelectedValue != State.EMPTY && mBlinkRect.top != 0) {