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

/external/replicaisland/src/com/replica/replicaisland/
H A DContextParameters.java27 public int gameHeight; field in class:ContextParameters
H A DGameRenderer.java64 public GameRenderer(Context context, Game game, int gameWidth, int gameHeight) { argument
68 mHeight = gameHeight;
70 mHalfHeight = gameHeight / 2;
H A DGame.java62 public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficulty) { argument
64 mRenderer = new GameRenderer(context, this, gameWidth, gameHeight);
75 params.gameHeight = gameHeight;
77 params.viewScaleY = (float)viewHeight / gameHeight;

Completed in 80 milliseconds