Searched refs:idealSize (Results 1 – 1 of 1) sorted by relevance
92 … final int idealSize = (int)Math.max(params.gameWidth * 1.5f, params.gameHeight * 1.5f); in buildBackground() local93 int width = idealSize; in buildBackground()94 int height = idealSize; in buildBackground()