Changes of com.discord v1334

This commit is contained in:
root 2020-11-14 03:19:56 +00:00
parent 18c9b7884b
commit c42fc6bb28
18192 changed files with 975392 additions and 1011385 deletions

View file

@ -24,31 +24,31 @@
# static fields
.field public static final FADE_DURATION:I = 0xc8
.field private static final FADE_DURATION:I = 0xc8
.field public static final TAG:Ljava/lang/String; = "ScrollingTabContainerView"
.field private static final TAG:Ljava/lang/String; = "ScrollingTabContainerView"
.field public static final sAlphaInterpolator:Landroid/view/animation/Interpolator;
.field private static final sAlphaInterpolator:Landroid/view/animation/Interpolator;
# instance fields
.field public mAllowCollapse:Z
.field private mAllowCollapse:Z
.field public mContentHeight:I
.field private mContentHeight:I
.field public mMaxTabWidth:I
.field public mSelectedTabIndex:I
.field private mSelectedTabIndex:I
.field public mStackedTabMaxWidth:I
.field public mTabClickListener:Landroidx/appcompat/widget/ScrollingTabContainerView$TabClickListener;
.field private mTabClickListener:Landroidx/appcompat/widget/ScrollingTabContainerView$TabClickListener;
.field public mTabLayout:Landroidx/appcompat/widget/LinearLayoutCompat;
.field public mTabSelector:Ljava/lang/Runnable;
.field public mTabSpinner:Landroid/widget/Spinner;
.field private mTabSpinner:Landroid/widget/Spinner;
.field public final mVisAnimListener:Landroidx/appcompat/widget/ScrollingTabContainerView$VisibilityAnimListener;