Package com.gdflab.gdfsr.utils
Class BitmapPool
- java.lang.Object
-
- com.gdflab.gdfsr.utils.BitmapPool
-
public class BitmapPool extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static android.graphics.Bitmap
checkout(int width, int height)
static void
cleanUp()
static void
logStats()
static void
release(android.graphics.Bitmap bitmap)
-