Changes of com.discord v983
This commit is contained in:
parent
a27d2b3bc2
commit
663ccffc03
8055 changed files with 268069 additions and 196257 deletions
|
@ -190,13 +190,9 @@
|
|||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
:try_start_0
|
||||
invoke-virtual {p1}, Landroid/content/Context;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p3, :cond_0
|
||||
|
||||
:try_start_0
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
@ -215,7 +211,13 @@
|
|||
move-object p3, p2
|
||||
|
||||
:goto_0
|
||||
invoke-virtual {p1, p3}, Ljava/lang/ClassLoader;->loadClass(Ljava/lang/String;)Ljava/lang/Class;
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-virtual {p1}, Landroid/content/Context;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p3, v0, p1}, Ljava/lang/Class;->forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -631,6 +633,16 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method protected createToggleButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatToggleButton;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Landroidx/appcompat/widget/AppCompatToggleButton;
|
||||
|
||||
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatToggleButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method protected createView(Landroid/content/Context;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
||||
.locals 0
|
||||
|
||||
|
@ -733,7 +745,7 @@
|
|||
|
||||
const/16 p5, 0x9
|
||||
|
||||
goto :goto_1
|
||||
goto/16 :goto_1
|
||||
|
||||
:sswitch_4
|
||||
const-string p6, "ImageView"
|
||||
|
@ -749,6 +761,19 @@
|
|||
goto :goto_1
|
||||
|
||||
:sswitch_5
|
||||
const-string p6, "ToggleButton"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result p6
|
||||
|
||||
if-eqz p6, :cond_4
|
||||
|
||||
const/16 p5, 0xd
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_6
|
||||
const-string p6, "RadioButton"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -761,7 +786,7 @@
|
|||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_6
|
||||
:sswitch_7
|
||||
const-string p6, "Spinner"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -774,7 +799,7 @@
|
|||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_7
|
||||
:sswitch_8
|
||||
const-string p6, "SeekBar"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -787,7 +812,7 @@
|
|||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_8
|
||||
:sswitch_9
|
||||
const-string p6, "ImageButton"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -800,7 +825,7 @@
|
|||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_9
|
||||
:sswitch_a
|
||||
const-string p6, "TextView"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -813,7 +838,7 @@
|
|||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_a
|
||||
:sswitch_b
|
||||
const-string p6, "MultiAutoCompleteTextView"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -826,7 +851,7 @@
|
|||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_b
|
||||
:sswitch_c
|
||||
const-string p6, "CheckedTextView"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -839,7 +864,7 @@
|
|||
|
||||
goto :goto_1
|
||||
|
||||
:sswitch_c
|
||||
:sswitch_d
|
||||
const-string p6, "RatingBar"
|
||||
|
||||
invoke-virtual {p2, p6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
@ -861,6 +886,15 @@
|
|||
goto/16 :goto_2
|
||||
|
||||
:pswitch_0
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createToggleButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatToggleButton;
|
||||
|
||||
move-result-object p5
|
||||
|
||||
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
||||
|
||||
goto/16 :goto_2
|
||||
|
||||
:pswitch_1
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createSeekBar(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatSeekBar;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -869,7 +903,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_1
|
||||
:pswitch_2
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createRatingBar(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatRatingBar;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -878,7 +912,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_2
|
||||
:pswitch_3
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createMultiAutoCompleteTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatMultiAutoCompleteTextView;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -887,7 +921,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_3
|
||||
:pswitch_4
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createAutoCompleteTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatAutoCompleteTextView;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -896,7 +930,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_4
|
||||
:pswitch_5
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createCheckedTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatCheckedTextView;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -905,7 +939,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_5
|
||||
:pswitch_6
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createRadioButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatRadioButton;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -914,7 +948,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_6
|
||||
:pswitch_7
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createCheckBox(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatCheckBox;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -923,7 +957,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_7
|
||||
:pswitch_8
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createImageButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatImageButton;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -932,7 +966,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_8
|
||||
:pswitch_9
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createSpinner(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatSpinner;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -941,7 +975,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_9
|
||||
:pswitch_a
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createEditText(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatEditText;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -950,7 +984,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_a
|
||||
:pswitch_b
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatButton;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -959,7 +993,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_b
|
||||
:pswitch_c
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createImageView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatImageView;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -968,7 +1002,7 @@
|
|||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_c
|
||||
:pswitch_d
|
||||
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatTextView;
|
||||
|
||||
move-result-object p5
|
||||
|
@ -992,18 +1026,17 @@
|
|||
:cond_6
|
||||
return-object p5
|
||||
|
||||
nop
|
||||
|
||||
:sswitch_data_0
|
||||
.sparse-switch
|
||||
-0x7404ceea -> :sswitch_c
|
||||
-0x56c015e7 -> :sswitch_b
|
||||
-0x503aa7ad -> :sswitch_a
|
||||
-0x37f7066e -> :sswitch_9
|
||||
-0x37e04bb3 -> :sswitch_8
|
||||
-0x274065a5 -> :sswitch_7
|
||||
-0x1440b607 -> :sswitch_6
|
||||
0x2e46a6ed -> :sswitch_5
|
||||
-0x7404ceea -> :sswitch_d
|
||||
-0x56c015e7 -> :sswitch_c
|
||||
-0x503aa7ad -> :sswitch_b
|
||||
-0x37f7066e -> :sswitch_a
|
||||
-0x37e04bb3 -> :sswitch_9
|
||||
-0x274065a5 -> :sswitch_8
|
||||
-0x1440b607 -> :sswitch_7
|
||||
0x2e46a6ed -> :sswitch_6
|
||||
0x2fa453c6 -> :sswitch_5
|
||||
0x431b5280 -> :sswitch_4
|
||||
0x5445f9ba -> :sswitch_3
|
||||
0x5f7507c3 -> :sswitch_2
|
||||
|
@ -1013,6 +1046,7 @@
|
|||
|
||||
:pswitch_data_0
|
||||
.packed-switch 0x0
|
||||
:pswitch_d
|
||||
:pswitch_c
|
||||
:pswitch_b
|
||||
:pswitch_a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue