Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java29 private ScrollableBitmapPool mScrollableBitmapPool;
37 mScrollableBitmapPool = new ScrollableBitmapPool(); in DrawableFactory()
101 private class ScrollableBitmapPool extends TObjectPool<ScrollableBitmap> { class in DrawableFactory
103 public ScrollableBitmapPool() { in ScrollableBitmapPool() method in DrawableFactory.ScrollableBitmapPool