Home
last modified time | relevance | path

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

/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameActivity.java31 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); in onCreate()
DGameView.java43 public class GameView extends View { class
115 public GameView(Context context, AttributeSet attrs) { in GameView() method in GameView
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
DMainActivity.java26 import com.example.android.tictactoe.library.GameView.State;
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java46 public class GameView extends View { class
83 public GameView(Context context, AttributeSet attrs) { in GameView() method in 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();
DGameControllerInput.java62 private GameView mGame;
77 mGame = (GameView) findViewById(R.id.game); in onCreate()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java52 public class GameView extends View implements InputDeviceListener { class
83 public GameView(Context context, AttributeSet attrs) { in GameView() method in GameView
584 final int width = GameView.this.getWidth(); in isOutsidePlayfield()
585 final int height = GameView.this.getHeight(); in isOutsidePlayfield()
591 final int width = GameView.this.getWidth(); in wrapAtPlayfieldBoundary()
592 final int height = GameView.this.getHeight(); in wrapAtPlayfieldBoundary()
848 GameView.this.step(historyPos < 0 ? event.getEventTime() : event in processJoystickInput()