Searched defs:gameHeight (Results 1 - 3 of 3) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | ContextParameters.java | 27 public int gameHeight; field in class:ContextParameters
|
H A D | GameRenderer.java | 64 public GameRenderer(Context context, Game game, int gameWidth, int gameHeight) { argument 68 mHeight = gameHeight; 70 mHalfHeight = gameHeight / 2;
|
H A D | Game.java | 62 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 36 milliseconds