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

/external/replicaisland/src/com/replica/replicaisland/
H A DChangeComponentsComponent.java26 private final static int MAX_COMPONENT_SWAPS = 16; field in class:ChangeComponentsComponent
38 mComponentsToInsert = new FixedSizeArray<GameComponent>(MAX_COMPONENT_SWAPS);
39 mComponentsToRemove = new FixedSizeArray<GameComponent>(MAX_COMPONENT_SWAPS);

Completed in 519 milliseconds