Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/cursoradapter/widget/CursorAdapter$ChangeObserver;
|
||||
.class public Landroidx/cursoradapter/widget/CursorAdapter$ChangeObserver;
|
||||
.super Landroid/database/ContentObserver;
|
||||
.source "CursorAdapter.java"
|
||||
|
||||
|
@ -9,17 +9,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = "ChangeObserver"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/cursoradapter/widget/CursorAdapter;
|
||||
.field public final synthetic this$0:Landroidx/cursoradapter/widget/CursorAdapter;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/cursoradapter/widget/CursorAdapter;)V
|
||||
.method public constructor <init>(Landroidx/cursoradapter/widget/CursorAdapter;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/cursoradapter/widget/CursorAdapter$ChangeObserver;->this$0:Landroidx/cursoradapter/widget/CursorAdapter;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/cursoradapter/widget/CursorAdapter$MyDataSetObserver;
|
||||
.class public Landroidx/cursoradapter/widget/CursorAdapter$MyDataSetObserver;
|
||||
.super Landroid/database/DataSetObserver;
|
||||
.source "CursorAdapter.java"
|
||||
|
||||
|
@ -9,17 +9,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = "MyDataSetObserver"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/cursoradapter/widget/CursorAdapter;
|
||||
.field public final synthetic this$0:Landroidx/cursoradapter/widget/CursorAdapter;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/cursoradapter/widget/CursorAdapter;)V
|
||||
.method public constructor <init>(Landroidx/cursoradapter/widget/CursorAdapter;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/cursoradapter/widget/CursorAdapter$MyDataSetObserver;->this$0:Landroidx/cursoradapter/widget/CursorAdapter;
|
||||
|
@ -40,7 +40,7 @@
|
|||
|
||||
iput-boolean v1, v0, Landroidx/cursoradapter/widget/CursorAdapter;->mDataValid:Z
|
||||
|
||||
invoke-virtual {v0}, Landroidx/cursoradapter/widget/CursorAdapter;->notifyDataSetChanged()V
|
||||
invoke-virtual {v0}, Landroid/widget/BaseAdapter;->notifyDataSetChanged()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
iput-boolean v1, v0, Landroidx/cursoradapter/widget/CursorAdapter;->mDataValid:Z
|
||||
|
||||
invoke-virtual {v0}, Landroidx/cursoradapter/widget/CursorAdapter;->notifyDataSetInvalidated()V
|
||||
invoke-virtual {v0}, Landroid/widget/BaseAdapter;->notifyDataSetInvalidated()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -26,23 +26,77 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field protected mAutoRequery:Z
|
||||
.field public mAutoRequery:Z
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mChangeObserver:Landroidx/cursoradapter/widget/CursorAdapter$ChangeObserver;
|
||||
.field public mChangeObserver:Landroidx/cursoradapter/widget/CursorAdapter$ChangeObserver;
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mContext:Landroid/content/Context;
|
||||
.field public mContext:Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mCursor:Landroid/database/Cursor;
|
||||
.field public mCursor:Landroid/database/Cursor;
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mCursorFilter:Landroidx/cursoradapter/widget/CursorFilter;
|
||||
.field public mCursorFilter:Landroidx/cursoradapter/widget/CursorFilter;
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mDataSetObserver:Landroid/database/DataSetObserver;
|
||||
.field public mDataSetObserver:Landroid/database/DataSetObserver;
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mDataValid:Z
|
||||
.field public mDataValid:Z
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mFilterQueryProvider:Landroid/widget/FilterQueryProvider;
|
||||
.field public mFilterQueryProvider:Landroid/widget/FilterQueryProvider;
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field protected mRowIDColumn:I
|
||||
.field public mRowIDColumn:I
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -117,13 +171,14 @@
|
|||
|
||||
const-string p1, ""
|
||||
|
||||
return-object p1
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:goto_0
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
|
@ -314,13 +369,9 @@
|
|||
:cond_1
|
||||
new-instance p2, Ljava/lang/IllegalStateException;
|
||||
|
||||
invoke-static {p1}, Ljava/lang/String;->valueOf(I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const-string p3, "couldn\'t move cursor to position "
|
||||
|
||||
invoke-virtual {p3, p1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
||||
invoke-static {p3, p1}, Le/e/b/a/a;->a(Ljava/lang/String;I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -346,7 +397,7 @@
|
|||
return v0
|
||||
.end method
|
||||
|
||||
.method init(Landroid/content/Context;Landroid/database/Cursor;I)V
|
||||
.method public init(Landroid/content/Context;Landroid/database/Cursor;I)V
|
||||
.locals 3
|
||||
|
||||
and-int/lit8 v0, p3, 0x1
|
||||
|
@ -441,7 +492,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected init(Landroid/content/Context;Landroid/database/Cursor;Z)V
|
||||
.method public init(Landroid/content/Context;Landroid/database/Cursor;Z)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
@ -474,7 +525,7 @@
|
|||
.method public abstract newView(Landroid/content/Context;Landroid/database/Cursor;Landroid/view/ViewGroup;)Landroid/view/View;
|
||||
.end method
|
||||
|
||||
.method protected onContentChanged()V
|
||||
.method public onContentChanged()V
|
||||
.locals 1
|
||||
|
||||
iget-boolean v0, p0, Landroidx/cursoradapter/widget/CursorAdapter;->mAutoRequery:Z
|
||||
|
@ -588,7 +639,7 @@
|
|||
|
||||
iput-boolean p1, p0, Landroidx/cursoradapter/widget/CursorAdapter;->mDataValid:Z
|
||||
|
||||
invoke-virtual {p0}, Landroidx/cursoradapter/widget/CursorAdapter;->notifyDataSetChanged()V
|
||||
invoke-virtual {p0}, Landroid/widget/BaseAdapter;->notifyDataSetChanged()V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -601,7 +652,7 @@
|
|||
|
||||
iput-boolean p1, p0, Landroidx/cursoradapter/widget/CursorAdapter;->mDataValid:Z
|
||||
|
||||
invoke-virtual {p0}, Landroidx/cursoradapter/widget/CursorAdapter;->notifyDataSetInvalidated()V
|
||||
invoke-virtual {p0}, Landroid/widget/BaseAdapter;->notifyDataSetInvalidated()V
|
||||
|
||||
:goto_0
|
||||
return-object v0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class interface abstract Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;
|
||||
.class public interface abstract Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CursorFilter.java"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x608
|
||||
accessFlags = 0x609
|
||||
name = "CursorFilterClient"
|
||||
.end annotation
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/cursoradapter/widget/CursorFilter;
|
||||
.class public Landroidx/cursoradapter/widget/CursorFilter;
|
||||
.super Landroid/widget/Filter;
|
||||
.source "CursorFilter.java"
|
||||
|
||||
|
@ -12,11 +12,11 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field mClient:Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;
|
||||
.field public mClient:Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;)V
|
||||
.method public constructor <init>(Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Landroid/widget/Filter;-><init>()V
|
||||
|
@ -42,7 +42,7 @@
|
|||
return-object p1
|
||||
.end method
|
||||
|
||||
.method protected performFiltering(Ljava/lang/CharSequence;)Landroid/widget/Filter$FilterResults;
|
||||
.method public performFiltering(Ljava/lang/CharSequence;)Landroid/widget/Filter$FilterResults;
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Landroidx/cursoradapter/widget/CursorFilter;->mClient:Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;
|
||||
|
@ -80,8 +80,8 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method protected publishResults(Ljava/lang/CharSequence;Landroid/widget/Filter$FilterResults;)V
|
||||
.locals 1
|
||||
.method public publishResults(Ljava/lang/CharSequence;Landroid/widget/Filter$FilterResults;)V
|
||||
.locals 0
|
||||
|
||||
iget-object p1, p0, Landroidx/cursoradapter/widget/CursorFilter;->mClient:Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;
|
||||
|
||||
|
@ -89,18 +89,14 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
iget-object v0, p2, Landroid/widget/Filter$FilterResults;->values:Ljava/lang/Object;
|
||||
iget-object p2, p2, Landroid/widget/Filter$FilterResults;->values:Ljava/lang/Object;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
iget-object v0, p2, Landroid/widget/Filter$FilterResults;->values:Ljava/lang/Object;
|
||||
|
||||
if-eq v0, p1, :cond_0
|
||||
if-eq p2, p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Landroidx/cursoradapter/widget/CursorFilter;->mClient:Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;
|
||||
|
||||
iget-object p2, p2, Landroid/widget/Filter$FilterResults;->values:Ljava/lang/Object;
|
||||
|
||||
check-cast p2, Landroid/database/Cursor;
|
||||
|
||||
invoke-interface {p1, p2}, Landroidx/cursoradapter/widget/CursorFilter$CursorFilterClient;->changeCursor(Landroid/database/Cursor;)V
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private mDropDownLayout:I
|
||||
.field public mDropDownLayout:I
|
||||
|
||||
.field private mInflater:Landroid/view/LayoutInflater;
|
||||
.field public mInflater:Landroid/view/LayoutInflater;
|
||||
|
||||
.field private mLayout:I
|
||||
.field public mLayout:I
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -13,17 +13,29 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private mCursorToStringConverter:Landroidx/cursoradapter/widget/SimpleCursorAdapter$CursorToStringConverter;
|
||||
.field public mCursorToStringConverter:Landroidx/cursoradapter/widget/SimpleCursorAdapter$CursorToStringConverter;
|
||||
|
||||
.field protected mFrom:[I
|
||||
.field public mFrom:[I
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mOriginalFrom:[Ljava/lang/String;
|
||||
.field public mOriginalFrom:[Ljava/lang/String;
|
||||
|
||||
.field private mStringConversionColumn:I
|
||||
.field public mStringConversionColumn:I
|
||||
|
||||
.field protected mTo:[I
|
||||
.field public mTo:[I
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mViewBinder:Landroidx/cursoradapter/widget/SimpleCursorAdapter$ViewBinder;
|
||||
.field public mViewBinder:Landroidx/cursoradapter/widget/SimpleCursorAdapter$ViewBinder;
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -68,7 +80,7 @@
|
|||
.method private findColumns(Landroid/database/Cursor;[Ljava/lang/String;)V
|
||||
.locals 4
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
array-length v0, p2
|
||||
|
||||
|
@ -89,7 +101,7 @@
|
|||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge v1, v0, :cond_2
|
||||
if-ge v1, v0, :cond_3
|
||||
|
||||
iget-object v2, p0, Landroidx/cursoradapter/widget/SimpleCursorAdapter;->mFrom:[I
|
||||
|
||||
|
@ -106,13 +118,11 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
|
||||
:cond_3
|
||||
const/4 p1, 0x0
|
||||
|
||||
iput-object p1, p0, Landroidx/cursoradapter/widget/SimpleCursorAdapter;->mFrom:[I
|
||||
|
||||
:cond_3
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
@ -209,7 +219,11 @@
|
|||
|
||||
invoke-virtual {p2, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p3, " is not a view that can be bounds by this SimpleCursorAdapter"
|
||||
const-string p3, " is not a "
|
||||
|
||||
invoke-virtual {p2, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p3, " view that can be bounds by this SimpleCursorAdapter"
|
||||
|
||||
invoke-virtual {p2, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -242,13 +256,13 @@
|
|||
|
||||
invoke-direct {p0, p1, p2}, Landroidx/cursoradapter/widget/SimpleCursorAdapter;->findColumns(Landroid/database/Cursor;[Ljava/lang/String;)V
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/cursoradapter/widget/ResourceCursorAdapter;->changeCursor(Landroid/database/Cursor;)V
|
||||
invoke-super {p0, p1}, Landroidx/cursoradapter/widget/CursorAdapter;->changeCursor(Landroid/database/Cursor;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public convertToString(Landroid/database/Cursor;)Ljava/lang/CharSequence;
|
||||
.locals 1
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Landroidx/cursoradapter/widget/SimpleCursorAdapter;->mCursorToStringConverter:Landroidx/cursoradapter/widget/SimpleCursorAdapter$CursorToStringConverter;
|
||||
|
||||
|
@ -263,7 +277,9 @@
|
|||
:cond_0
|
||||
iget v0, p0, Landroidx/cursoradapter/widget/SimpleCursorAdapter;->mStringConversionColumn:I
|
||||
|
||||
if-ltz v0, :cond_1
|
||||
const/4 v1, -0x1
|
||||
|
||||
if-le v0, v1, :cond_1
|
||||
|
||||
invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -272,7 +288,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_1
|
||||
invoke-super {p0, p1}, Landroidx/cursoradapter/widget/ResourceCursorAdapter;->convertToString(Landroid/database/Cursor;)Ljava/lang/CharSequence;
|
||||
invoke-super {p0, p1}, Landroidx/cursoradapter/widget/CursorAdapter;->convertToString(Landroid/database/Cursor;)Ljava/lang/CharSequence;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -339,7 +355,7 @@
|
|||
:try_end_0
|
||||
.catch Ljava/lang/NumberFormatException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:catch_0
|
||||
invoke-static {p2}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri;
|
||||
|
@ -348,6 +364,7 @@
|
|||
|
||||
invoke-virtual {p1, p2}, Landroid/widget/ImageView;->setImageURI(Landroid/net/Uri;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
@ -366,7 +383,7 @@
|
|||
|
||||
invoke-direct {p0, p1, v0}, Landroidx/cursoradapter/widget/SimpleCursorAdapter;->findColumns(Landroid/database/Cursor;[Ljava/lang/String;)V
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/cursoradapter/widget/ResourceCursorAdapter;->swapCursor(Landroid/database/Cursor;)Landroid/database/Cursor;
|
||||
invoke-super {p0, p1}, Landroidx/cursoradapter/widget/CursorAdapter;->swapCursor(Landroid/database/Cursor;)Landroid/database/Cursor;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue