ProgressViewManagerInterface.smali
.class public interface abstract Lcom/facebook/react/viewmanagers/ProgressViewManagerInterface;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Landroid/view/View;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract setProgress(Landroid/view/View;F)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;F)V"
}
.end annotation
.end method
.method public abstract setProgressImage(Landroid/view/View;Lcom/facebook/react/bridge/ReadableMap;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;",
"Lcom/facebook/react/bridge/ReadableMap;",
")V"
}
.end annotation
.end method
.method public abstract setProgressTintColor(Landroid/view/View;Ljava/lang/Integer;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;",
"Ljava/lang/Integer;",
")V"
}
.end annotation
.end method
.method public abstract setProgressViewStyle(Landroid/view/View;Ljava/lang/String;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;",
"Ljava/lang/String;",
")V"
}
.end annotation
.end method
.method public abstract setTrackImage(Landroid/view/View;Lcom/facebook/react/bridge/ReadableMap;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;",
"Lcom/facebook/react/bridge/ReadableMap;",
")V"
}
.end annotation
.end method
.method public abstract setTrackTintColor(Landroid/view/View;Ljava/lang/Integer;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;",
"Ljava/lang/Integer;",
")V"
}
.end annotation
.end method