AnimatedDrawableBackendProvider.smali

.class public interface abstract Lcom/facebook/imagepipeline/animated/impl/AnimatedDrawableBackendProvider;
.super Ljava/lang/Object;
.source "AnimatedDrawableBackendProvider.java"


# virtual methods
.method public abstract get(Lcom/facebook/imagepipeline/animated/base/AnimatedImageResult;Landroid/graphics/Rect;)Lcom/facebook/imagepipeline/animated/base/AnimatedDrawableBackend;
    .param p2    # Landroid/graphics/Rect;
        .annotation runtime Ljavax/annotation/Nullable;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0,
            0x0
        }
        names = {
            "animatedImageResult",
            "bounds"
        }
    .end annotation
.end method