Home
last modified time | relevance | path

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

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