Searched refs:mCoinDrawable (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java81 private DrawableBitmap mCoinDrawable; field in class:HudSystem
199 mCoinDrawable = coin;
383 if (mCoinDrawable != null) {
384 if (mCoinDrawable.getWidth() == 0) {
386 Texture tex = mCoinDrawable.getTexture();
387 mCoinDrawable.resize(tex.width, tex.height);
392 render.scheduleForDraw(mCoinDrawable, mCoinLocation, SortConstants.HUD, false);
397 final float offset = mCoinDrawable.getWidth() * 0.75f;

Completed in 54 milliseconds