HomeSort by relevance Sort by last modified time
    Searched refs:GameView (Results 1 - 7 of 7) 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);
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 403 if (v instanceof GameView) {
671 if (v instanceof GameView) {
672 ((GameView) v).step(t_ms, dt_ms, t, dt);
    [all...]

Completed in 770 milliseconds