Searched refs:mPoolSearchDummy (Results 1 – 1 of 1) sorted by relevance
39 private GameComponentPool mPoolSearchDummy; field in GameObjectFactory265 mPoolSearchDummy = new GameComponentPool(Object.class, 1); in GameObjectFactory()276 mPoolSearchDummy.objectClass = componentType; in getComponentPool()277 final int index = mComponentPools.find(mPoolSearchDummy, false); in getComponentPool()