Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DVisibleUniverse.kt46 interface ZoomedDrawScope : DrawScope { interface
50 fun DrawScope.zoom(zoom: Float, block: ZoomedDrawScope.() -> Unit) { in DrawScope()
52 object : ZoomedDrawScope, DrawScope by this { in DrawScope()
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
[all …]