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

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java98 private DrawableBitmap[] mDigitDrawables; field in class:HudSystem
109 mDigitDrawables = new DrawableBitmap[10];
149 for (int x = 0; x < mDigitDrawables.length; x++) {
150 mDigitDrawables[x] = null;
193 for (int x = 0; x < mDigitDrawables.length && x < digits.length; x++) {
194 mDigitDrawables[x] = digits[x];
427 mFPSLocation.set(params.gameWidth - 10.0f - ((count + 1) * (mDigitDrawables[0].getWidth() / 2.0f)), 10.0f);
477 if (mDigitDrawables[0].getWidth() == 0) {
479 for (int x = 0; x < mDigitDrawables.length; x++) {
480 Texture tex = mDigitDrawables[
[all...]

Completed in 66 milliseconds