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

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java87 private int[] mCoinDigits; field in class:HudSystem
110 mCoinDigits = new int[MAX_DIGITS];
138 mCoinDigits[0] = 0;
139 mCoinDigits[1] = -1;
394 intToDigitArray(mCoinCount, mCoinDigits);
399 drawNumber(mCoinLocation, mCoinDigits, true);

Completed in 470 milliseconds