Changes of com.discord v998

This commit is contained in:
root 2019-12-06 04:29:40 +01:00
parent dc3b174a87
commit a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions

View file

@ -3,10 +3,24 @@
.source "PreferenceImageView.java"
# instance fields
.field private mMaxHeight:I
# annotations
.annotation build Landroid/annotation/SuppressLint;
value = {
"AppCompatCustomView"
}
.end annotation
.field private mMaxWidth:I
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# instance fields
.field public mMaxHeight:I
.field public mMaxWidth:I
# direct methods
@ -88,7 +102,7 @@
return v0
.end method
.method protected onMeasure(II)V
.method public onMeasure(II)V
.locals 5
invoke-static {p1}, Landroid/view/View$MeasureSpec;->getMode(I)I

View file

@ -1,3 +1,11 @@
.class interface abstract synthetic Landroidx/preference/internal/package-info;
.class public interface abstract synthetic Landroidx/preference/internal/package-info;
.super Ljava/lang/Object;
.source "package-info.java"
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation