Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java629 int xLeft = (int) mX - mLanderWidth / 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()