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

/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java274 protected GameComponentPool getComponentPool(Class<?> componentType) { method in class:GameObjectFactory
285 GameComponentPool pool = getComponentPool(componentType);
295 GameComponentPool pool = getComponentPool(component.getClass());
306 GameComponentPool pool = getComponentPool(componentType);

Completed in 57 milliseconds