Searched refs:mCoinDrawable (Results 1 – 1 of 1) sorted by relevance
81 private DrawableBitmap mCoinDrawable; field in HudSystem199 mCoinDrawable = coin; in setCollectableDrawables()383 if (mCoinDrawable != null) { in update()384 if (mCoinDrawable.getWidth() == 0) { in update()386 Texture tex = mCoinDrawable.getTexture(); in update()387 mCoinDrawable.resize(tex.width, tex.height); in update()392 render.scheduleForDraw(mCoinDrawable, mCoinLocation, SortConstants.HUD, false); in update()397 final float offset = mCoinDrawable.getWidth() * 0.75f; in update()