Home
last modified time | relevance | path

Searched refs:ScrollableBitmap (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java52 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()
DScrollableBitmap.java23 public class ScrollableBitmap extends DrawableBitmap { class
27 public ScrollableBitmap(Texture texture, int width, int height) { in ScrollableBitmap() method in ScrollableBitmap
DTiledBackgroundVertexGrid.java19 public class TiledBackgroundVertexGrid extends ScrollableBitmap {
DScrollerComponent.java92 ScrollableBitmap background; in update()