Home
last modified time | relevance | path

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

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java128 private Drawable mCrashedImage; field in LunarView.LunarThread
229 mCrashedImage = context.getResources().getDrawable( in LunarThread()
667 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()
669 mCrashedImage.draw(canvas); in doDraw()