Carousel$Adapter.smali
.class public interface abstract Landroidx/constraintlayout/helper/widget/Carousel$Adapter;
.super Ljava/lang/Object;
.source "Carousel.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/constraintlayout/helper/widget/Carousel;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Adapter"
.end annotation
# virtual methods
.method public abstract count()I
.end method
.method public abstract onNewItem(I)V
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"index"
}
.end annotation
.end method
.method public abstract populate(Landroid/view/View;I)V
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0
}
names = {
"view",
"index"
}
.end annotation
.end method