Searched defs:MAX_GAME_OBJECTS (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectManager.java34 private static final int MAX_GAME_OBJECTS = 384; field in class:GameObjectManager
46 super(MAX_GAME_OBJECTS);
49 mInactiveObjects = new FixedSizeArray<BaseObject>(MAX_GAME_OBJECTS);
52 mMarkedForDeathObjects = new FixedSizeArray<GameObject>(MAX_GAME_OBJECTS);
H A DGameObjectFactory.java35 private final static int MAX_GAME_OBJECTS = 384; field in class:GameObjectFactory
183 mGameObjectPool = new GameObjectPool(MAX_GAME_OBJECTS);

Completed in 94 milliseconds