com.facebook.drawable.base.DrawableWithCaches |
Known Indirect Subclasses |
A drawable can implement this 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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
dropCaches()
Informs the Drawable to drop its caches.
|
Informs the Drawable to drop its caches.