Home
last modified time | relevance | path

Searched defs:ZoomedDrawScope (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DVisibleUniverse.kt44 interface ZoomedDrawScope : DrawScope { interface
68 fun ZoomedDrawScope.drawUniverse(universe: VisibleUniverse) { in ZoomedDrawScope() method
101 fun ZoomedDrawScope.drawContainer(container: Container) { in ZoomedDrawScope() method
123 fun ZoomedDrawScope.drawGravitationalField(planet: Planet) { in ZoomedDrawScope() method
142 fun ZoomedDrawScope.drawPlanet(planet: Planet) { in ZoomedDrawScope() method
164 fun ZoomedDrawScope.drawStar(star: Star) { in drawStar() method
229 fun ZoomedDrawScope.drawSpacecraft(ship: Spacecraft) { in ZoomedDrawScope() method
280 fun ZoomedDrawScope.drawLanding(landing: Landing) { in ZoomedDrawScope() method
286 fun ZoomedDrawScope.drawSpark(spark: Spark) { in ZoomedDrawScope() method
304 fun ZoomedDrawScope.drawTrack(track: Track) { in ZoomedDrawScope() method