Back to Fresco

DrawableWithCaches

docs/javadoc/reference/com/facebook/drawable/base/DrawableWithCaches.html

3.6.010.1 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Packages | Classes

Summary: Methods | [Expand All]

public interface

DrawableWithCaches

| com.facebook.drawable.base.DrawableWithCaches |

| Known Indirect Subclasses

AnimatedDrawable2

| AnimatedDrawable2 | Experimental new animated drawable that uses a supplied AnimationBackend for drawing frames. |

|

Class Overview

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.

Summary

Public Methods
abstract void
Informs the Drawable to drop its caches.

Public Methods

public abstract void dropCaches()

Informs the Drawable to drop its caches.

+Generated by Doclava. +