Searched refs:PLAYER_SIZE (Results 1 – 1 of 1) sorted by relevance
90 public int PLAYER_SIZE; field in MLand.Params107 PLAYER_SIZE = res.getDimensionPixelSize(R.dimen.player_size); in Params()334 float x = (mWidth - (N-1) * PARAMS.PLAYER_SIZE) / 2; in realignPlayers()338 x += PARAMS.PLAYER_SIZE; in realignPlayers()1047 land.addView(p, new LayoutParams(PARAMS.PLAYER_SIZE, PARAMS.PLAYER_SIZE));1079 + (int)(Math.random() * PARAMS.PLAYER_SIZE)1080 - PARAMS.PLAYER_SIZE / 2);1107 final int inset = (PARAMS.PLAYER_SIZE - PARAMS.PLAYER_HIT_SIZE)/2;