Changes of com.discord v949
This commit is contained in:
parent
c0db50b5f4
commit
18940c51f9
6263 changed files with 76623 additions and 116117 deletions
|
@ -45,18 +45,6 @@
|
|||
# direct methods
|
||||
.method constructor <init>(Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat$AnimatedStateListState;Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;Landroid/content/res/Resources;)V
|
||||
.locals 0
|
||||
.param p1 # Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat$AnimatedStateListState;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1, p2, p3}, Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;-><init>(Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;Landroidx/appcompat/graphics/drawable/StateListDrawable;Landroid/content/res/Resources;)V
|
||||
|
||||
|
@ -108,14 +96,6 @@
|
|||
# virtual methods
|
||||
.method addStateSet([ILandroid/graphics/drawable/Drawable;I)I
|
||||
.locals 0
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1, p2}, Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;->addStateSet([ILandroid/graphics/drawable/Drawable;)I
|
||||
|
||||
|
@ -134,10 +114,6 @@
|
|||
|
||||
.method addTransition(IILandroid/graphics/drawable/Drawable;Z)I
|
||||
.locals 9
|
||||
.param p3 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p3}, Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;->addChild(Landroid/graphics/drawable/Drawable;)I
|
||||
|
||||
|
@ -224,10 +200,6 @@
|
|||
|
||||
.method indexOfKeyframe([I)I
|
||||
.locals 0
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;->indexOfStateSet([I)I
|
||||
|
||||
|
@ -346,8 +318,6 @@
|
|||
|
||||
.method public newDrawable()Landroid/graphics/drawable/Drawable;
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;
|
||||
|
||||
|
@ -360,8 +330,6 @@
|
|||
|
||||
.method public newDrawable(Landroid/content/res/Resources;)Landroid/graphics/drawable/Drawable;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
.field private static final ITEM_MISSING_DRAWABLE_ERROR:Ljava/lang/String; = ": <item> tag requires a \'drawable\' attribute or child tag defining a drawable"
|
||||
|
||||
.field private static final LOGTAG:Ljava/lang/String; = "AnimatedStateListDrawableCompat"
|
||||
.field private static final LOGTAG:Ljava/lang/String;
|
||||
|
||||
.field private static final TRANSITION_MISSING_DRAWABLE_ERROR:Ljava/lang/String; = ": <transition> tag requires a \'drawable\' attribute or child tag defining a drawable"
|
||||
|
||||
|
@ -44,7 +44,15 @@
|
|||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 0
|
||||
.locals 1
|
||||
|
||||
const-class v0, Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;->LOGTAG:Ljava/lang/String;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
@ -61,14 +69,6 @@
|
|||
|
||||
.method constructor <init>(Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat$AnimatedStateListState;Landroid/content/res/Resources;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat$AnimatedStateListState;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -99,20 +99,6 @@
|
|||
|
||||
.method public static create(Landroid/content/Context;ILandroid/content/res/Resources$Theme;)Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;
|
||||
.locals 6
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/DrawableRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
const-string v0, "parser error"
|
||||
|
||||
|
@ -187,26 +173,6 @@
|
|||
|
||||
.method public static createFromXmlInner(Landroid/content/Context;Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)Landroidx/appcompat/graphics/drawable/AnimatedStateListDrawableCompat;
|
||||
.locals 8
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Lorg/xmlpull/v1/XmlPullParser;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;,
|
||||
|
@ -276,26 +242,6 @@
|
|||
|
||||
.method private inflateChildElements(Landroid/content/Context;Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V
|
||||
.locals 5
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Lorg/xmlpull/v1/XmlPullParser;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Lorg/xmlpull/v1/XmlPullParserException;,
|
||||
|
@ -387,26 +333,6 @@
|
|||
|
||||
.method private parseItem(Landroid/content/Context;Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)I
|
||||
.locals 4
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Lorg/xmlpull/v1/XmlPullParser;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Lorg/xmlpull/v1/XmlPullParserException;,
|
||||
|
@ -576,26 +502,6 @@
|
|||
|
||||
.method private parseTransition(Landroid/content/Context;Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)I
|
||||
.locals 7
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Lorg/xmlpull/v1/XmlPullParser;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Lorg/xmlpull/v1/XmlPullParserException;,
|
||||
|
@ -1040,14 +946,6 @@
|
|||
|
||||
.method public addState([ILandroid/graphics/drawable/Drawable;I)V
|
||||
.locals 1
|
||||
.param p1 # [I
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
|
@ -1075,10 +973,6 @@
|
|||
|
||||
.method public addTransition(IILandroid/graphics/drawable/Drawable;Z)V
|
||||
.locals 1
|
||||
.param p3 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
|
@ -1109,13 +1003,6 @@
|
|||
|
||||
.method public bridge synthetic applyTheme(Landroid/content/res/Resources$Theme;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->applyTheme(Landroid/content/res/Resources$Theme;)V
|
||||
|
||||
|
@ -1124,9 +1011,6 @@
|
|||
|
||||
.method public bridge synthetic canApplyTheme()Z
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->canApplyTheme()Z
|
||||
|
||||
|
@ -1183,10 +1067,6 @@
|
|||
|
||||
.method public bridge synthetic draw(Landroid/graphics/Canvas;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/Canvas;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->draw(Landroid/graphics/Canvas;)V
|
||||
|
||||
|
@ -1215,8 +1095,6 @@
|
|||
|
||||
.method public bridge synthetic getCurrent()Landroid/graphics/drawable/Drawable;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->getCurrent()Landroid/graphics/drawable/Drawable;
|
||||
|
||||
|
@ -1227,10 +1105,6 @@
|
|||
|
||||
.method public bridge synthetic getHotspotBounds(Landroid/graphics/Rect;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/Rect;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->getHotspotBounds(Landroid/graphics/Rect;)V
|
||||
|
||||
|
@ -1289,13 +1163,6 @@
|
|||
|
||||
.method public bridge synthetic getOutline(Landroid/graphics/Outline;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/Outline;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->getOutline(Landroid/graphics/Outline;)V
|
||||
|
||||
|
@ -1304,10 +1171,6 @@
|
|||
|
||||
.method public bridge synthetic getPadding(Landroid/graphics/Rect;)Z
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/Rect;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->getPadding(Landroid/graphics/Rect;)Z
|
||||
|
||||
|
@ -1318,26 +1181,6 @@
|
|||
|
||||
.method public inflate(Landroid/content/Context;Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V
|
||||
.locals 3
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Lorg/xmlpull/v1/XmlPullParser;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Lorg/xmlpull/v1/XmlPullParserException;,
|
||||
|
@ -1376,10 +1219,6 @@
|
|||
|
||||
.method public bridge synthetic invalidateDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->invalidateDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
|
||||
|
@ -1522,14 +1361,6 @@
|
|||
|
||||
.method public bridge synthetic scheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1, p2, p3, p4}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->scheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V
|
||||
|
||||
|
@ -1562,10 +1393,6 @@
|
|||
|
||||
.method protected setConstantState(Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->setConstantState(Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;)V
|
||||
|
||||
|
@ -1631,10 +1458,6 @@
|
|||
|
||||
.method public bridge synthetic setTintMode(Landroid/graphics/PorterDuff$Mode;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/PorterDuff$Mode;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V
|
||||
|
||||
|
@ -1675,14 +1498,6 @@
|
|||
|
||||
.method public bridge synthetic unscheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1, p2}, Landroidx/appcompat/graphics/drawable/StateListDrawable;->unscheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V
|
||||
|
||||
|
|
|
@ -34,24 +34,12 @@
|
|||
# virtual methods
|
||||
.method public invalidateDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public scheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer$BlockInvalidateCallback;->mCallback:Landroid/graphics/drawable/Drawable$Callback;
|
||||
|
||||
|
@ -65,14 +53,6 @@
|
|||
|
||||
.method public unscheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer$BlockInvalidateCallback;->mCallback:Landroid/graphics/drawable/Drawable$Callback;
|
||||
|
||||
|
|
|
@ -525,9 +525,6 @@
|
|||
|
||||
.method final applyTheme(Landroid/content/res/Resources$Theme;)V
|
||||
.locals 5
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
|
@ -588,9 +585,6 @@
|
|||
|
||||
.method public canApplyTheme()Z
|
||||
.locals 6
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;->mNumChildren:I
|
||||
|
||||
|
|
|
@ -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/MemberClasses;
|
||||
value = {
|
||||
Landroidx/appcompat/graphics/drawable/DrawableContainer$BlockInvalidateCallback;,
|
||||
|
@ -267,15 +261,6 @@
|
|||
|
||||
.method private needsMirroring()Z
|
||||
.locals 2
|
||||
.annotation build Landroid/annotation/SuppressLint;
|
||||
value = {
|
||||
"WrongConstant"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroid/annotation/TargetApi;
|
||||
value = 0x17
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroidx/appcompat/graphics/drawable/DrawableContainer;->isAutoMirrored()Z
|
||||
|
||||
|
@ -301,10 +286,6 @@
|
|||
|
||||
.method static resolveDensity(Landroid/content/res/Resources;I)I
|
||||
.locals 0
|
||||
.param p0 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
if-nez p0, :cond_0
|
||||
|
||||
|
@ -481,13 +462,6 @@
|
|||
|
||||
.method public applyTheme(Landroid/content/res/Resources$Theme;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mDrawableContainerState:Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;
|
||||
|
||||
|
@ -498,9 +472,6 @@
|
|||
|
||||
.method public canApplyTheme()Z
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mDrawableContainerState:Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;
|
||||
|
||||
|
@ -535,10 +506,6 @@
|
|||
|
||||
.method public draw(Landroid/graphics/Canvas;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/Canvas;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
|
@ -614,8 +581,6 @@
|
|||
|
||||
.method public getCurrent()Landroid/graphics/drawable/Drawable;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
|
@ -632,10 +597,6 @@
|
|||
|
||||
.method public getHotspotBounds(Landroid/graphics/Rect;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/Rect;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mHotspotBounds:Landroid/graphics/Rect;
|
||||
|
||||
|
@ -828,13 +789,6 @@
|
|||
|
||||
.method public getOutline(Landroid/graphics/Outline;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/Outline;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
|
@ -848,10 +802,6 @@
|
|||
|
||||
.method public getPadding(Landroid/graphics/Rect;)Z
|
||||
.locals 3
|
||||
.param p1 # Landroid/graphics/Rect;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mDrawableContainerState:Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;
|
||||
|
||||
|
@ -925,10 +875,6 @@
|
|||
|
||||
.method public invalidateDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mDrawableContainerState:Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;
|
||||
|
||||
|
@ -1057,8 +1003,6 @@
|
|||
|
||||
.method public mutate()Landroid/graphics/drawable/Drawable;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mMutated:Z
|
||||
|
||||
|
@ -1184,14 +1128,6 @@
|
|||
|
||||
.method public scheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
|
@ -1625,10 +1561,6 @@
|
|||
|
||||
.method public setTintMode(Landroid/graphics/PorterDuff$Mode;)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/graphics/PorterDuff$Mode;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mDrawableContainerState:Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;
|
||||
|
||||
|
@ -1678,14 +1610,6 @@
|
|||
|
||||
.method public unscheduleDrawable(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
|
|
|
@ -6,14 +6,6 @@
|
|||
.implements Landroid/graphics/drawable/Drawable$Callback;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mDrawable:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
|
|
|
@ -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/appcompat/graphics/drawable/DrawerArrowDrawable;
|
||||
.end annotation
|
||||
|
|
|
@ -601,8 +601,6 @@
|
|||
|
||||
.method public getColor()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawerArrowDrawable;->mPaint:Landroid/graphics/Paint;
|
||||
|
||||
|
@ -663,10 +661,6 @@
|
|||
|
||||
.method public getProgress()F
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/FloatRange;
|
||||
from = 0.0
|
||||
to = 1.0
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Landroidx/appcompat/graphics/drawable/DrawerArrowDrawable;->mProgress:F
|
||||
|
||||
|
@ -800,10 +794,6 @@
|
|||
|
||||
.method public setColor(I)V
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/graphics/drawable/DrawerArrowDrawable;->mPaint:Landroid/graphics/Paint;
|
||||
|
||||
|
@ -869,12 +859,6 @@
|
|||
|
||||
.method public setProgress(F)V
|
||||
.locals 1
|
||||
.param p1 # F
|
||||
.annotation build Landroidx/annotation/FloatRange;
|
||||
from = 0.0
|
||||
to = 1.0
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget v0, p0, Landroidx/appcompat/graphics/drawable/DrawerArrowDrawable;->mProgress:F
|
||||
|
||||
|
|
|
@ -163,8 +163,6 @@
|
|||
|
||||
.method public newDrawable()Landroid/graphics/drawable/Drawable;
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/appcompat/graphics/drawable/StateListDrawable;
|
||||
|
||||
|
@ -177,8 +175,6 @@
|
|||
|
||||
.method public newDrawable(Landroid/content/res/Resources;)Landroid/graphics/drawable/Drawable;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/appcompat/graphics/drawable/StateListDrawable;
|
||||
|
||||
|
|
|
@ -4,12 +4,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/MemberClasses;
|
||||
value = {
|
||||
Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;
|
||||
|
@ -42,10 +36,6 @@
|
|||
|
||||
.method constructor <init>(Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;)V
|
||||
.locals 0
|
||||
.param p1 # Landroidx/appcompat/graphics/drawable/StateListDrawable$StateListState;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Landroidx/appcompat/graphics/drawable/DrawableContainer;-><init>()V
|
||||
|
||||
|
@ -327,13 +317,6 @@
|
|||
|
||||
.method public applyTheme(Landroid/content/res/Resources$Theme;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/DrawableContainer;->applyTheme(Landroid/content/res/Resources$Theme;)V
|
||||
|
||||
|
@ -503,26 +486,6 @@
|
|||
|
||||
.method public inflate(Landroid/content/Context;Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V
|
||||
.locals 3
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Lorg/xmlpull/v1/XmlPullParser;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # Landroid/content/res/Resources$Theme;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Lorg/xmlpull/v1/XmlPullParserException;,
|
||||
|
@ -573,8 +536,6 @@
|
|||
|
||||
.method public mutate()Landroid/graphics/drawable/Drawable;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Landroidx/appcompat/graphics/drawable/StateListDrawable;->mMutated:Z
|
||||
|
||||
|
@ -646,10 +607,6 @@
|
|||
|
||||
.method protected setConstantState(Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/graphics/drawable/DrawableContainer;->setConstantState(Landroidx/appcompat/graphics/drawable/DrawableContainer$DrawableContainerState;)V
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue