Searched defs:inventory (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
176 final int rubyCount = inventory.rubyCount;
379 public void setInventory(InventoryComponent inventory) { argument
380 mInventory = inventory;
H A DPlayerComponent.java229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
230 if (inventory.coinCount >= mDifficultyConstants.getCoinsPerPowerup()) {
231 inventory.coinCount = 0;
253 if (inventory.rubyCount >= MAX_GEMS_PER_LEVEL) {
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
352 if (inventory.rubyCount == 1) {
354 } else if (inventory.rubyCount == 2) {
544 public final void setInventory(InventoryComponent inventory) { argument
545 mInventory = inventory;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h393 tNFA_I93_INVENTORY inventory; /* inventory response */ member in union:__anon7541::__anon7542

Completed in 65 milliseconds