Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java751 double yLowerBound = TARGET_PAD_HEIGHT + mLanderHeight / 2 in updatePhysics() local
753 if (mY <= yLowerBound) { in updatePhysics()
754 mY = yLowerBound; in updatePhysics()