Searched refs:landing (Results 1 – 5 of 5) sorted by relevance
277 if (ship.landing == null) { in solveAll()297 val landing = Landing(ship, planet, a, namer.describeActivity(rng, planet)) in solveAll() constant298 ship.landing = landing in solveAll()300 add(landing) in solveAll()441 var landing: Landing? = null variable in Spacecraft457 landing?.let { landing -> in update() method463 landing.ship = null in update()464 this.landing = null in update()
237 ship.landing?.let { in ZoomedDrawScope()269 fun ZoomedDrawScope.drawLanding(landing: Landing) { in ZoomedDrawScope()270 val v = landing.planet.pos + Vec2.makeWithAngleMag(landing.angle, landing.planet.radius) in ZoomedDrawScope()275 rotateRad(landing.angle, pivot = v) { in ZoomedDrawScope()
63 if (ship.landing != null) { in <lambda>()
228 landing?.let { in Telemetry()
1581 // the notification landing page was displayed.1618 // Notification and landing page for kids policy1621 // GA landing page was displayed.1644 // user clicked on the more button on the landing page.1646 // GA user clicked on the more button on the landing page.1648 // user clicked the additional info button on the landing page.1650 // GA user clicked the additional info button on the landing page.1652 // user scrolled the landing page.1654 // GA user scrolled the landing page.1656 // user scrolled to the bottom of the landing page.[all …]