Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DUniverse.kt28 val NUM_PLANETS_RANGE = 1..10 in <lambda>() constant
138 repeat(NUM_PLANETS_RANGE.last) { in initTest()
139 val thisPlanetFrac = it.toFloat() / (NUM_PLANETS_RANGE.last - 1) in initTest()
192 repeat(rng.nextInt(NUM_PLANETS_RANGE.first, NUM_PLANETS_RANGE.last + 1)) { in initRandom()