Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java628 int yTop = mCanvasHeight - ((int) mY + mLanderHeight / 2); in doDraw() local
667 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()
671 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()
675 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()