Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java66 public static final int PHYS_SPEED_MAX = 120; field in LunarView.LunarThread
638 int speedWidth = (int) (UI_BAR * speed / PHYS_SPEED_MAX); in doDraw()
650 int goalWidth = (UI_BAR * mGoalSpeed / PHYS_SPEED_MAX); in doDraw()