HomeSort by relevance Sort by last modified time
    Searched refs:DrawableFactory (Results 1 - 8 of 8) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
DrawableFactory.java 25 public class DrawableFactory extends BaseObject {
33 public DrawableFactory() {
ObjectRegistry.java 40 public DrawableFactory drawableFactory;
DebugSystem.java 57 final DrawableFactory factory = sSystemRegistry.drawableFactory;
ScrollerComponent.java 21 * May be used to scroll a ScrollableBitmap or TiledWorld to match the camera. Uses DrawableFactory
90 final DrawableFactory drawableFactory = sSystemRegistry.drawableFactory;
91 if (mRenderComponent != null && drawableFactory != null) {
94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid();
98 background = drawableFactory.allocateScrollableBitmap();
FadeDrawableComponent.java 111 final DrawableFactory factory = sSystemRegistry.drawableFactory;
SpriteComponent.java 106 final DrawableFactory factory = sSystemRegistry.drawableFactory;
Game.java 165 BaseObject.sSystemRegistry.drawableFactory = new DrawableFactory();
HudSystem.java 261 final DrawableFactory factory = sSystemRegistry.drawableFactory;

Completed in 580 milliseconds