OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GameView
(Results
1 - 5
of
5
) sorted by null
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java
31
import com.example.android.tictactoe.library.
GameView
.ICellListener;
32
import com.example.android.tictactoe.library.
GameView
.State;
46
private
GameView
mGameView;
73
mGameView = (
GameView
) findViewById(R.id.game_view);
GameView.java
43
public class
GameView
extends View {
115
public
GameView
(Context context, AttributeSet attrs) {
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
MainActivity.java
26
import com.example.android.tictactoe.library.
GameView
.State;
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
46
public class
GameView
extends View {
83
public
GameView
(Context context, AttributeSet attrs) {
560
final int width =
GameView
.this.getWidth();
561
final int height =
GameView
.this.getHeight();
567
final int width =
GameView
.this.getWidth();
568
final int height =
GameView
.this.getHeight();
GameControllerInput.java
53
* The game controller is also uses to control a very simple game. See {@link
GameView
}
62
private
GameView
mGame;
77
mGame = (
GameView
) findViewById(R.id.game);
Completed in 831 milliseconds