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.kt46 interface ZoomedDrawScope : DrawScope { interface
70 fun ZoomedDrawScope.drawUniverse(universe: VisibleUniverse) { in ZoomedDrawScope() method
94 fun ZoomedDrawScope.drawContainer(container: Container) { in ZoomedDrawScope() method
107 fun ZoomedDrawScope.drawGravitationalField(planet: Planet) { in ZoomedDrawScope() method
126 fun ZoomedDrawScope.drawPlanet(planet: Planet) { in ZoomedDrawScope() method
148 fun ZoomedDrawScope.drawStar(star: Star) { in drawStar() method
232 fun ZoomedDrawScope.drawSpacecraft(ship: Spacecraft) { in ZoomedDrawScope() method
269 fun ZoomedDrawScope.drawLanding(landing: Landing) { in ZoomedDrawScope() method
291 fun ZoomedDrawScope.drawSpark(spark: Spark) { in ZoomedDrawScope() method
313 fun ZoomedDrawScope.drawTrack(track: Track) { in ZoomedDrawScope() method
[all …]