Changes of com.discord v1332

This commit is contained in:
root 2020-11-13 19:18:44 +00:00
parent 6091ba12c8
commit a21e5a6a18
16060 changed files with 738765 additions and 799429 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;