Package 

Class SimpleBitmapReleaser

  • All Implemented Interfaces:
    com.facebook.common.references.ResourceReleaser

    
    public class SimpleBitmapReleaser
     implements ResourceReleaser<Bitmap>
                        

    A releaser that just recycles (frees) bitmap memory immediately.

    • Method Summary

      Modifier and Type Method Description
      static SimpleBitmapReleaser getInstance()
      void release(Bitmap value)
      • Methods inherited from class com.facebook.common.references.ResourceReleaser

        release
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait