Home
last modified time | relevance | path

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

/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameActivity.java47 private TextView mInfoView; field in GameActivity
74 mInfoView = (TextView) findViewById(R.id.info_turn); in onCreate()
109 mInfoView.setText(R.string.player1_turn); in selectTurn()
113 mInfoView.setText(R.string.player2_turn); in selectTurn()
257 mInfoView.setText(text); in setWinState()