Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DUniverse.kt31 val PLANET_ORBIT_RANGE = (STAR_RADIUS_RANGE.endInclusive * 2f)..(UNIVERSE_RANGE * 0.75f) in <lambda>() constant
143 lerp(PLANET_ORBIT_RANGE.start, PLANET_ORBIT_RANGE.endInclusive, thisPlanetFrac) in initTest()
196 PLANET_ORBIT_RANGE.start, in initRandom()
197 PLANET_ORBIT_RANGE.endInclusive, in initRandom()
231 rng.nextFloatInRange(PLANET_ORBIT_RANGE.start, PLANET_ORBIT_RANGE.endInclusive) in initRandom()
DDreamUniverse.kt78 PLANET_ORBIT_RANGE.start, in onAttachedToWindow()
79 PLANET_ORBIT_RANGE.endInclusive in onAttachedToWindow()