-
- All Implemented Interfaces:
-
com.facebook.cache.common.CacheKey
public class AnimationFrameCacheKey implements CacheKey
-
-
Constructor Summary
Constructors Constructor Description AnimationFrameCacheKey(int imageId)AnimationFrameCacheKey(int imageId, boolean deepEquals)
-
Method Summary
Modifier and Type Method Description booleancontainsUri(Uri uri)StringgetUriString()booleanisResourceIdForDebugging()booleanequals(@Nullable() Object o)inthashCode()-
-
Method Detail
-
containsUri
boolean containsUri(Uri uri)
-
getUriString
String getUriString()
-
isResourceIdForDebugging
boolean isResourceIdForDebugging()
-
hashCode
int hashCode()
-
-
-
-