Searched refs:GameView (Results 1 – 6 of 6) sorted by relevance
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); in onCreate()
43 public class GameView extends View { class115 public GameView(Context context, AttributeSet attrs) { in GameView() method in GameView
26 import com.example.android.tictactoe.library.GameView.State;
46 public class GameView extends View { class83 public GameView(Context context, AttributeSet attrs) { in GameView() method in GameView560 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();
62 private GameView mGame;77 mGame = (GameView) findViewById(R.id.game); in onCreate()
52 public class GameView extends View implements InputDeviceListener { class83 public GameView(Context context, AttributeSet attrs) { in GameView() method in GameView584 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()