Home
last modified time | relevance | path

Searched refs:idealSize (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DLevelBuilder.java92 … final int idealSize = (int)Math.max(params.gameWidth * 1.5f, params.gameHeight * 1.5f); in buildBackground() local
93 int width = idealSize; in buildBackground()
94 int height = idealSize; in buildBackground()