Searched refs:mBackgroundImage (Results 1 – 1 of 1) sorted by relevance
111 private Bitmap mBackgroundImage; field in LunarView.LunarThread234 mBackgroundImage = BitmapFactory.decodeResource(res, in LunarThread()524 mBackgroundImage = Bitmap.createScaledBitmap( in setSurfaceSize()525 mBackgroundImage, width, height, true); in setSurfaceSize()626 canvas.drawBitmap(mBackgroundImage, 0, 0, null); in doDraw()