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

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java93 private Vector2 mFPSLocation; field in class:HudSystem
108 mFPSLocation = new Vector2();
427 mFPSLocation.set(params.gameWidth - 10.0f - ((count + 1) * (mDigitDrawables[0].getWidth() / 2.0f)), 10.0f);
430 drawNumber(mFPSLocation, mFPSDigits, false);

Completed in 23 milliseconds