HomeSort by relevance Sort by last modified time
    Searched defs:drawableFactory (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 40 public DrawableFactory 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();

Completed in 107 milliseconds