Searched refs:minSide (Results 1 – 1 of 1) sorted by relevance
176 val minSide = resources.configuration.smallestScreenWidthDp - 25 // ish in loadPuzzle() constant177 val size = (minSide / (q.height + 0.5) * dp).toInt() in loadPuzzle()