Searched refs:mFuelBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance
44 private DrawableBitmap mFuelBackgroundDrawable; field in HudSystem171 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()