Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java44 private DrawableBitmap mFuelBackgroundDrawable; field in HudSystem
171 mFuelBackgroundDrawable = background; in setFuelDrawable()
267 if (mFuelDrawable != null && mFuelBackgroundDrawable != null in update()
281 if (mFuelBackgroundDrawable.getWidth() == 0) { in update()
285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture(); in update()
286 mFuelBackgroundDrawable.resize(backgroundTex.width, backgroundTex.height); in update()
295 render.scheduleForDraw(mFuelBackgroundDrawable, location, SortConstants.HUD, false); in update()