Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DScrollerComponent.java90 final DrawableFactory drawableFactory = sSystemRegistry.drawableFactory; in update() local
91 if (mRenderComponent != null && drawableFactory != null) { in update()
94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid(); in update()
98 background = drawableFactory.allocateScrollableBitmap(); in update()
DObjectRegistry.java40 public DrawableFactory drawableFactory; field in ObjectRegistry
DRenderComponent.java76 sSystemRegistry.drawableFactory.release(mDrawable); in update()
DDebugSystem.java57 final DrawableFactory factory = sSystemRegistry.drawableFactory; in drawShape()
DMotionBlurComponent.java96 DrawableBitmap stepImage = sSystemRegistry.drawableFactory.allocateDrawableBitmap(); in update()
DFadeDrawableComponent.java111 final DrawableFactory factory = sSystemRegistry.drawableFactory; in update()
DSpriteComponent.java106 final DrawableFactory factory = sSystemRegistry.drawableFactory; in update()
DHudSystem.java261 final DrawableFactory factory = sSystemRegistry.drawableFactory; in update()
DGame.java165 BaseObject.sSystemRegistry.drawableFactory = new DrawableFactory(); in bootstrap()