Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java38 private FixedSizeArray<GameComponentPool> mComponentPools; field in GameObjectFactory
258mComponentPools = new FixedSizeArray<GameComponentPool>(componentTypes.length, sComponentPoolCompa… in GameObjectFactory()
261 mComponentPools.add(new GameComponentPool(component.type, component.poolSize)); in GameObjectFactory()
263 mComponentPools.sort(true); in GameObjectFactory()
277 final int index = mComponentPools.find(mPoolSearchDummy, false); in getComponentPool()
279 pool = mComponentPools.get(index); in getComponentPool()
678 final int componentPoolCount = mComponentPools.getCount();
680 final int outstandingComponents = mComponentPools.get(x).getAllocatedCount();
684 + mComponentPools.get(x).objectClass.getSimpleName()