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

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java84 private int mRubyCount; field in class:HudSystem
137 mRubyCount = 0;
226 mRubyDigitsChanged = (mRubyCount != newInventory.rubyCount);
229 mRubyCount = newInventory.rubyCount;
413 intToDigitArray(mRubyCount, mRubyDigits);

Completed in 75 milliseconds