Changes of com.discord v949
This commit is contained in:
parent
c0db50b5f4
commit
18940c51f9
6263 changed files with 76623 additions and 116117 deletions
|
@ -7,12 +7,6 @@
|
|||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/swiperefreshlayout/widget/CircularProgressDrawable;
|
||||
.end annotation
|
||||
|
|
|
@ -778,10 +778,6 @@
|
|||
|
||||
.method setColors([I)V
|
||||
.locals 0
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/swiperefreshlayout/widget/CircularProgressDrawable$Ring;->mColors:[I
|
||||
|
||||
|
|
|
@ -104,10 +104,6 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Landroid/graphics/drawable/Drawable;-><init>()V
|
||||
|
||||
|
@ -635,8 +631,6 @@
|
|||
|
||||
.method public getColorSchemeColors()[I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/swiperefreshlayout/widget/CircularProgressDrawable;->mRing:Landroidx/swiperefreshlayout/widget/CircularProgressDrawable$Ring;
|
||||
|
||||
|
@ -693,8 +687,6 @@
|
|||
|
||||
.method public getStrokeCap()Landroid/graphics/Paint$Cap;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/swiperefreshlayout/widget/CircularProgressDrawable;->mRing:Landroidx/swiperefreshlayout/widget/CircularProgressDrawable$Ring;
|
||||
|
||||
|
@ -815,10 +807,6 @@
|
|||
|
||||
.method public varargs setColorSchemeColors([I)V
|
||||
.locals 1
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/swiperefreshlayout/widget/CircularProgressDrawable;->mRing:Landroidx/swiperefreshlayout/widget/CircularProgressDrawable$Ring;
|
||||
|
||||
|
@ -865,10 +853,6 @@
|
|||
|
||||
.method public setStrokeCap(Landroid/graphics/Paint$Cap;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/Paint$Cap;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/swiperefreshlayout/widget/CircularProgressDrawable;->mRing:Landroidx/swiperefreshlayout/widget/CircularProgressDrawable$Ring;
|
||||
|
||||
|
|
|
@ -16,12 +16,4 @@
|
|||
|
||||
# virtual methods
|
||||
.method public abstract canChildScrollUp(Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;Landroid/view/View;)Z
|
||||
.param p1 # Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/view/View;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
|
|
@ -26,14 +26,8 @@
|
|||
.field private static final CIRCLE_BG_LIGHT:I = -0x50506
|
||||
|
||||
.field static final CIRCLE_DIAMETER:I = 0x28
|
||||
.annotation build Landroidx/annotation/VisibleForTesting;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field static final CIRCLE_DIAMETER_LARGE:I = 0x38
|
||||
.annotation build Landroidx/annotation/VisibleForTesting;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private static final DECELERATE_INTERPOLATION_FACTOR:F = 2.0f
|
||||
|
||||
|
@ -51,7 +45,7 @@
|
|||
|
||||
.field private static final LAYOUT_ATTRS:[I
|
||||
|
||||
.field private static final LOG_TAG:Ljava/lang/String; = "SwipeRefreshLayout"
|
||||
.field private static final LOG_TAG:Ljava/lang/String;
|
||||
|
||||
.field private static final MAX_ALPHA:I = 0xff
|
||||
|
||||
|
@ -148,6 +142,14 @@
|
|||
.method static constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
const-class v0, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->LOG_TAG:Ljava/lang/String;
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
@ -165,10 +167,6 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -179,14 +177,6 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
.locals 4
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1, p2}, Landroid/view/ViewGroup;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
|
@ -2352,10 +2342,6 @@
|
|||
|
||||
.method public varargs setColorScheme([I)V
|
||||
.locals 0
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/ColorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
@ -2366,10 +2352,6 @@
|
|||
|
||||
.method public varargs setColorSchemeColors([I)V
|
||||
.locals 1
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->ensureTarget()V
|
||||
|
||||
|
@ -2382,10 +2364,6 @@
|
|||
|
||||
.method public varargs setColorSchemeResources([I)V
|
||||
.locals 4
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/ColorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-virtual {p0}, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->getContext()Landroid/content/Context;
|
||||
|
||||
|
@ -2455,10 +2433,6 @@
|
|||
|
||||
.method public setOnChildScrollUpCallback(Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout$OnChildScrollUpCallback;)V
|
||||
.locals 0
|
||||
.param p1 # Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout$OnChildScrollUpCallback;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->mChildScrollUpCallback:Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout$OnChildScrollUpCallback;
|
||||
|
||||
|
@ -2467,10 +2441,6 @@
|
|||
|
||||
.method public setOnRefreshListener(Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout$OnRefreshListener;)V
|
||||
.locals 0
|
||||
.param p1 # Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout$OnRefreshListener;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->mListener:Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout$OnRefreshListener;
|
||||
|
||||
|
@ -2489,10 +2459,6 @@
|
|||
|
||||
.method public setProgressBackgroundColorSchemeColor(I)V
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->mCircleView:Landroidx/swiperefreshlayout/widget/CircleImageView;
|
||||
|
||||
|
@ -2503,10 +2469,6 @@
|
|||
|
||||
.method public setProgressBackgroundColorSchemeResource(I)V
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/ColorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-virtual {p0}, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->getContext()Landroid/content/Context;
|
||||
|
||||
|
@ -2673,10 +2635,6 @@
|
|||
|
||||
.method public setSlingshotDistance(I)V
|
||||
.locals 0
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput p1, p0, Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;->mCustomSlingshotDistance:I
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue