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

  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 55 public TextureLibrary longTermTextureLibrary;
Game.java 94 TextureLibrary longTermTextureLibrary = new TextureLibrary();
95 BaseObject.sSystemRegistry.longTermTextureLibrary = longTermTextureLibrary;
169 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
171 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
173 hud.setFadeTexture(longTermTextureLibrary.allocateTexture(R.drawable.black));
175 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
177 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
179 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
181 new DrawableBitmap(longTermTextureLibrary.allocateTexture
    [all...]

Completed in 278 milliseconds