java.lang.Object | |
↳ | com.facebook.fresco.animation.factory.ExperimentalBitmapAnimationDrawableFactory.AnimationFrameCacheKey |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnimationFrameCacheKey(int imageId) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
containsUri(Uri uri)
Returns true if this key was constructed from this Uri.
| ||||||||||
String |
getUriString()
Returns a string representation of the URI at the heart of the cache key.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns true if this key was constructed from this Uri. Used for cases like deleting all keys for a given uri.
Returns a string representation of the URI at the heart of the cache key. In cases of multiple keys being contained, the first is returned.