Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java43 private DrawableBitmap mFuelDrawable;
44 private DrawableBitmap mFuelBackgroundDrawable;
56 private DrawableBitmap mFlyButtonEnabledDrawable;
57 private DrawableBitmap mFlyButtonDisabledDrawable;
58 private DrawableBitmap mFlyButtonDepressedDrawable;
60 private DrawableBitmap mStompButtonEnabledDrawable;
61 private DrawableBitmap mStompButtonDepressedDrawable;
63 private DrawableBitmap mMovementSliderBaseDrawable;
64 private DrawableBitmap mMovementSliderButtonDrawable;
65 private DrawableBitmap mMovementSliderButtonDepressedDrawable;
[all …]
DGame.java169 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
171 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
175 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
177 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
179 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
181 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
183 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
185 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
187 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
189 new DrawableBitmap(longTermTextureLibrary.allocateTexture( in bootstrap()
[all …]
DDrawableFactory.java44 public DrawableBitmap allocateDrawableBitmap() { in allocateDrawableBitmap()
64 private class DrawableBitmapPool extends TObjectPool<DrawableBitmap> {
78 DrawableBitmap entry = new DrawableBitmap(null, 0, 0); in fill()
86 ((DrawableBitmap)entry).reset(); in release()
91 public DrawableBitmap allocate() { in allocate()
92 DrawableBitmap result = super.allocate(); in allocate()
DMotionBlurComponent.java68 DrawableBitmap drawable = (DrawableBitmap)mBlurTarget.getDrawable(); in update()
96 DrawableBitmap stepImage = sSystemRegistry.drawableFactory.allocateDrawableBitmap(); in update()
DFadeDrawableComponent.java114 DrawableBitmap bitmap = factory.allocateDrawableBitmap(); in update()
126 if (drawable != null && drawable instanceof DrawableBitmap) { in update()
127 ((DrawableBitmap)drawable).setOpacity(opacity); in update()
DSpriteComponent.java110 DrawableBitmap bitmap = factory.allocateDrawableBitmap(); in update()
182 protected final void updateFlip(DrawableBitmap bitmap, boolean horzFlip, boolean vertFlip) { in updateFlip()
DDrawableBitmap.java25 public class DrawableBitmap extends DrawableObject { class
35 DrawableBitmap(Texture texture, int width, int height) { in DrawableBitmap() method in DrawableBitmap
DScrollableBitmap.java23 public class ScrollableBitmap extends DrawableBitmap {
DGameRenderer.java204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight); in onDrawFrame()
235 DrawableBitmap.endDrawing(gl); in onDrawFrame()
DDebugSystem.java68 DrawableBitmap bitmap = factory.allocateDrawableBitmap(); in drawShape()
DGameObjectFactory.java6493 DrawableBitmap indicator = new DrawableBitmap(
6534 DrawableBitmap piece = new DrawableBitmap(