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

@ -1,16 +1,22 @@
.class final Landroidx/appcompat/widget/AppCompatTextClassifierHelper;
.class public final Landroidx/appcompat/widget/AppCompatTextClassifierHelper;
.super Ljava/lang/Object;
.source "AppCompatTextClassifierHelper.java"
# instance fields
.field private mTextClassifier:Landroid/view/textclassifier/TextClassifier;
.field public mTextClassifier:Landroid/view/textclassifier/TextClassifier;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field private mTextView:Landroid/widget/TextView;
.field public mTextView:Landroid/widget/TextView;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method constructor <init>(Landroid/widget/TextView;)V
.method public constructor <init>(Landroid/widget/TextView;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
@ -28,8 +34,14 @@
# virtual methods
.method public final getTextClassifier()Landroid/view/textclassifier/TextClassifier;
.method public getTextClassifier()Landroid/view/textclassifier/TextClassifier;
.locals 2
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation build Landroidx/annotation/RequiresApi;
api = 0x1a
.end annotation
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextClassifierHelper;->mTextClassifier:Landroid/view/textclassifier/TextClassifier;
@ -64,8 +76,15 @@
return-object v0
.end method
.method public final setTextClassifier(Landroid/view/textclassifier/TextClassifier;)V
.method public setTextClassifier(Landroid/view/textclassifier/TextClassifier;)V
.locals 0
.param p1 # Landroid/view/textclassifier/TextClassifier;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RequiresApi;
api = 0x1a
.end annotation
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatTextClassifierHelper;->mTextClassifier:Landroid/view/textclassifier/TextClassifier;