Searched defs:GameView (Results 1 - 3 of 3) sorted by relevance

/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
H A DGameView.java43 public class GameView extends View { class in inherits:View
115 public GameView(Context context, AttributeSet attrs) { method in class:GameView
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java46 public class GameView extends View { class in inherits:View
83 public GameView(Context context, AttributeSet attrs) { method in class:GameView
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();
/development/samples/ControllerSample/src/com/example/controllersample/
H A DGameView.java52 public class GameView extends View implements InputDeviceListener { class in inherits:View,InputDeviceListener
83 public GameView(Context context, AttributeSet attrs) { method in class:GameView
584 final int width = GameView.this.getWidth();
585 final int height = GameView.this.getHeight();
591 final int width = GameView.this.getWidth();
592 final int height = GameView.this.getHeight();
848 GameView.this.step(historyPos < 0 ? event.getEventTime() : event

Completed in 62 milliseconds