Home
last modified time | relevance | path

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

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