Searched refs:mLanderImage (Results 1 – 1 of 1) sorted by relevance
176 private Drawable mLanderImage; field in LunarView.LunarThread225 mLanderImage = context.getResources().getDrawable( in LunarThread()238 mLanderWidth = mLanderImage.getIntrinsicWidth(); in LunarThread()239 mLanderHeight = mLanderImage.getIntrinsicHeight(); in LunarThread()675 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()677 mLanderImage.draw(canvas); in doDraw()