Searched refs:ScrollableBitmap (Results 1 – 4 of 4) sorted by relevance
52 public ScrollableBitmap allocateScrollableBitmap() { in allocateScrollableBitmap()101 private class ScrollableBitmapPool extends TObjectPool<ScrollableBitmap> {115 ScrollableBitmap entry = new ScrollableBitmap(null, 0, 0); in fill()123 ((ScrollableBitmap)entry).reset(); in release()
23 public class ScrollableBitmap extends DrawableBitmap { class27 public ScrollableBitmap(Texture texture, int width, int height) { in ScrollableBitmap() method in ScrollableBitmap
19 public class TiledBackgroundVertexGrid extends ScrollableBitmap {
92 ScrollableBitmap background; in update()