HomeSort by relevance Sort by last modified time
    Searched defs:GameView (Results 1 - 3 of 3) sorted by null

  /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();
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 43 public class GameView extends View {
115 public GameView(Context context, AttributeSet attrs) {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 52 public class GameView extends View implements InputDeviceListener {
83 public GameView(Context context, AttributeSet attrs) {
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
    [all...]

Completed in 400 milliseconds