Package 

Interface DrawableWithCaches


  • 
    public interface DrawableWithCaches
    
                        

    A drawable can implement this fun interface to be notified when it might be convenient to drop its caches in order conserve memory. This is best effort and the Drawable should not depend on it being called.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit dropCaches() Informs the Drawable to drop its caches.
      • Methods inherited from class java.lang.Object

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

      • dropCaches

         abstract Unit dropCaches()

        Informs the Drawable to drop its caches.