Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java64 public static final int PHYS_SPEED_HYPERSPACE = 180; field in LunarView.LunarThread
766 && speed > PHYS_SPEED_HYPERSPACE) { in updatePhysics()