Class BasicBitmapProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.graphics.Bitmap obtain​(int width, int height, android.graphics.Bitmap.Config config)
      Returns an Bitmap with exactly the given dimensions and config.
      byte[] obtainByteArray​(int size)
      Returns a byte array used for decoding and generating the frame bitmap.
      int[] obtainIntArray​(int size)
      Returns an int array used for decoding/generating the frame bitmaps.
      void release​(byte[] bytes)
      Releases the given byte array back to the pool.
      void release​(int[] array)
      Release the given array back to the pool.
      void release​(android.graphics.Bitmap bitmap)
      Releases the given Bitmap back to the pool.
      • Methods inherited from class java.lang.Object

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

      • BasicBitmapProvider

        public BasicBitmapProvider()