-
-
Method Summary
Modifier and Type Method Description voiddispose()voidrenderFrame(int width, int height, Bitmap bitmap)intgetDurationMs()intgetWidth()intgetHeight()intgetXOffset()intgetYOffset()booleanhasTransparency()intgetTransparentPixelColor()intgetDisposalMode()-
Methods inherited from class com.facebook.imagepipeline.animated.base.AnimatedImageFrame
dispose, getDurationMs, getHeight, getWidth, getXOffset, getYOffset, renderFrame -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
dispose
void dispose()
-
renderFrame
void renderFrame(int width, int height, Bitmap bitmap)
-
getDurationMs
int getDurationMs()
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getXOffset
int getXOffset()
-
getYOffset
int getYOffset()
-
hasTransparency
boolean hasTransparency()
-
getTransparentPixelColor
int getTransparentPixelColor()
-
getDisposalMode
int getDisposalMode()
-
-
-
-