Changes of com.discord v823
This commit is contained in:
parent
50139b7f2b
commit
204ebe7067
28411 changed files with 2982405 additions and 1720152 deletions
91
com.discord/smali/androidx/appcompat/app/ActionBar$Tab.smali
Normal file
91
com.discord/smali/androidx/appcompat/app/ActionBar$Tab.smali
Normal file
|
@ -0,0 +1,91 @@
|
|||
.class public abstract Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/appcompat/app/ActionBar;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x409
|
||||
name = "Tab"
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final INVALID_POSITION:I = -0x1
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract getContentDescription()Ljava/lang/CharSequence;
|
||||
.end method
|
||||
|
||||
.method public abstract getCustomView()Landroid/view/View;
|
||||
.end method
|
||||
|
||||
.method public abstract getIcon()Landroid/graphics/drawable/Drawable;
|
||||
.end method
|
||||
|
||||
.method public abstract getPosition()I
|
||||
.end method
|
||||
|
||||
.method public abstract getTag()Ljava/lang/Object;
|
||||
.end method
|
||||
|
||||
.method public abstract getText()Ljava/lang/CharSequence;
|
||||
.end method
|
||||
|
||||
.method public abstract select()V
|
||||
.end method
|
||||
|
||||
.method public abstract setContentDescription(I)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract setContentDescription(Ljava/lang/CharSequence;)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
||||
|
||||
.method public abstract setCustomView(I)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
||||
|
||||
.method public abstract setCustomView(Landroid/view/View;)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
||||
|
||||
.method public abstract setIcon(I)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/DrawableRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract setIcon(Landroid/graphics/drawable/Drawable;)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
||||
|
||||
.method public abstract setTabListener(Landroidx/appcompat/app/ActionBar$TabListener;)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
||||
|
||||
.method public abstract setTag(Ljava/lang/Object;)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
||||
|
||||
.method public abstract setText(I)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
||||
|
||||
.method public abstract setText(Ljava/lang/CharSequence;)Landroidx/appcompat/app/ActionBar$Tab;
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue