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

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java86 private Vector2 mRubyLocation; field in class:HudSystem
107 mRubyLocation = new Vector2();
408 mRubyLocation.x = (params.gameWidth / 2.0f) + 100.0f;
409 mRubyLocation.y = params.gameHeight - tex.height - COLLECTABLE_EDGE_PADDING;
411 render.scheduleForDraw(mRubyDrawable, mRubyLocation, SortConstants.HUD, false);
417 mRubyLocation.x += offset;
418 drawNumber(mRubyLocation, mRubyDigits, true);
419 mRubyLocation.x -= offset;

Completed in 195 milliseconds