SegmentedControlManagerInterface.smali
.class public interface abstract Lcom/facebook/react/viewmanagers/SegmentedControlManagerInterface;
.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 setBackgroundColor(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 setEnabled(Landroid/view/View;Z)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;Z)V"
}
.end annotation
.end method
.method public abstract setMomentary(Landroid/view/View;Z)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;Z)V"
}
.end annotation
.end method
.method public abstract setSelectedIndex(Landroid/view/View;I)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;I)V"
}
.end annotation
.end method
.method public abstract setTextColor(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 setTintColor(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 setValues(Landroid/view/View;Lcom/facebook/react/bridge/ReadableArray;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;",
"Lcom/facebook/react/bridge/ReadableArray;",
")V"
}
.end annotation
.end method