AnimatedImage.smali

.class public interface abstract Lcom/facebook/imagepipeline/animated/base/AnimatedImage;
.super Ljava/lang/Object;
.source "SourceFile"


# static fields
.field public static final LOOP_COUNT_INFINITE:I


# virtual methods
.method public abstract dispose()V
.end method

.method public abstract doesRenderSupportScaling()Z
.end method

.method public abstract getDuration()I
.end method

.method public abstract getFrame(I)Lcom/facebook/imagepipeline/animated/base/AnimatedImageFrame;
.end method

.method public abstract getFrameCount()I
.end method

.method public abstract getFrameDurations()[I
.end method

.method public abstract getFrameInfo(I)Lcom/facebook/imagepipeline/animated/base/AnimatedDrawableFrameInfo;
.end method

.method public abstract getHeight()I
.end method

.method public abstract getLoopCount()I
.end method

.method public abstract getSizeInBytes()I
.end method

.method public abstract getWidth()I
.end method