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

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

Completed in 66 milliseconds