Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DUniverse.kt125 val planets: MutableList<Planet> = mutableListOf() constant
162 planets.add(p) in initTest()
166 planets.sortBy { it.pos.distance(star.pos) } in initTest()
167 planets.forEachIndexed { idx, planet -> planet.name = "$systemName ${idx + 1}" } in initTest()
173 ship.pos = planets.last().pos + Vec2(planets.first().radius * 1.5f, 0f) in initTest()
218 planets.add(p) in initRandom()
221 planets.sortBy { it.pos.distance(star.pos) } in initRandom()
222 planets.forEachIndexed { idx, planet -> planet.name = "$systemName ${idx + 1}" } in initRandom()
246 (planets + star).forEach { planet -> in updateAll()
269 (planets + star) in closestPlanet()
DAutopilot.kt88 universe.planets in <lambda>()
94 if (target == null) target = universe.planets.random() in <lambda>()
DMainActivity.kt185 val explored = universe.planets.filter { it.explored } in Telemetry()
548 u.planets.joinToString("\n") { in Spaaaace()
/frameworks/base/packages/EasterEgg/
Deaster_egg_flags.aconfig7 description: "Flags are planted on planets when you land. Yes, it's a flag for flags."