Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DUniverse.kt277 if (ship.landing == null) { in solveAll()
297 val landing = Landing(ship, planet, a, namer.describeActivity(rng, planet)) in solveAll() constant
298 ship.landing = landing in solveAll()
300 add(landing) in solveAll()
441 var landing: Landing? = null variable in Spacecraft
457 landing?.let { landing -> in update() method
463 landing.ship = null in update()
464 this.landing = null in update()
DVisibleUniverse.kt237 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()
DAutopilot.kt63 if (ship.landing != null) { in <lambda>()
DMainActivity.kt228 landing?.let { in Telemetry()
/frameworks/proto_logging/stats/atoms/adservices/
Dadservices_extension_atoms.proto1581 // the notification landing page was displayed.
1618 // Notification and landing page for kids policy
1621 // 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 …]