Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java80 private DrawableBitmap mRubyDrawable; field in HudSystem
200 mRubyDrawable = ruby; in setCollectableDrawables()
403 if (mRubyDrawable != null) { in update()
404 if (mRubyDrawable.getWidth() == 0) { in update()
406 Texture tex = mRubyDrawable.getTexture(); in update()
407 mRubyDrawable.resize(tex.width, tex.height); in update()
411 render.scheduleForDraw(mRubyDrawable, mRubyLocation, SortConstants.HUD, false); in update()
416 final float offset = mRubyDrawable.getWidth() * 0.75f; in update()