Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkout

        public static android.graphics.Bitmap checkout​(int width,
                                                       int height)
      • release

        public static void release​(android.graphics.Bitmap bitmap)
      • logStats

        public static void logStats()
      • cleanUp

        public static void cleanUp()