changed repo structure
This commit is contained in:
@@ -0,0 +1,242 @@
|
||||
.class public abstract Landroidx/legacy/content/WakefulBroadcastReceiver;
|
||||
.super Landroid/content/BroadcastReceiver;
|
||||
.source "WakefulBroadcastReceiver.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final EXTRA_WAKE_LOCK_ID:Ljava/lang/String; = "androidx.contentpager.content.wakelockid"
|
||||
|
||||
.field private static mNextId:I
|
||||
|
||||
.field private static final sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroid/util/SparseArray<",
|
||||
"Landroid/os/PowerManager$WakeLock;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
.line 76
|
||||
new-instance v0, Landroid/util/SparseArray;
|
||||
|
||||
invoke-direct {v0}, Landroid/util/SparseArray;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
.line 77
|
||||
sput v0, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
.line 73
|
||||
invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static completeWakefulIntent(Landroid/content/Intent;)Z
|
||||
.locals 5
|
||||
|
||||
const-string v0, "No active wake lock id #"
|
||||
|
||||
.line 126
|
||||
const-string v1, "androidx.contentpager.content.wakelockid"
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
invoke-virtual {p0, v1, v2}, Landroid/content/Intent;->getIntExtra(Ljava/lang/String;I)I
|
||||
|
||||
move-result p0
|
||||
|
||||
if-nez p0, :cond_0
|
||||
|
||||
return v2
|
||||
|
||||
.line 130
|
||||
:cond_0
|
||||
sget-object v1, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
monitor-enter v1
|
||||
|
||||
.line 131
|
||||
:try_start_0
|
||||
invoke-virtual {v1, p0}, Landroid/util/SparseArray;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
check-cast v2, Landroid/os/PowerManager$WakeLock;
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
.line 133
|
||||
invoke-virtual {v2}, Landroid/os/PowerManager$WakeLock;->release()V
|
||||
|
||||
.line 134
|
||||
invoke-virtual {v1, p0}, Landroid/util/SparseArray;->remove(I)V
|
||||
|
||||
.line 135
|
||||
monitor-exit v1
|
||||
|
||||
return v3
|
||||
|
||||
.line 143
|
||||
:cond_1
|
||||
const-string v2, "WakefulBroadcastReceiv."
|
||||
|
||||
new-instance v4, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v4, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v4, p0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-static {v2, p0}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
||||
|
||||
.line 144
|
||||
monitor-exit v1
|
||||
|
||||
return v3
|
||||
|
||||
:catchall_0
|
||||
move-exception p0
|
||||
|
||||
.line 145
|
||||
monitor-exit v1
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
throw p0
|
||||
.end method
|
||||
|
||||
.method public static startWakefulService(Landroid/content/Context;Landroid/content/Intent;)Landroid/content/ComponentName;
|
||||
.locals 5
|
||||
|
||||
const-string v0, "androidx.core:wake:"
|
||||
|
||||
.line 94
|
||||
sget-object v1, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
monitor-enter v1
|
||||
|
||||
.line 95
|
||||
:try_start_0
|
||||
sget v2, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
add-int/lit8 v3, v2, 0x1
|
||||
|
||||
.line 96
|
||||
sput v3, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
const/4 v4, 0x1
|
||||
|
||||
if-gtz v3, :cond_0
|
||||
|
||||
.line 98
|
||||
sput v4, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
.line 101
|
||||
:cond_0
|
||||
const-string v3, "androidx.contentpager.content.wakelockid"
|
||||
|
||||
invoke-virtual {p1, v3, v2}, Landroid/content/Intent;->putExtra(Ljava/lang/String;I)Landroid/content/Intent;
|
||||
|
||||
.line 102
|
||||
invoke-virtual {p0, p1}, Landroid/content/Context;->startService(Landroid/content/Intent;)Landroid/content/ComponentName;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-nez p1, :cond_1
|
||||
|
||||
.line 104
|
||||
monitor-exit v1
|
||||
|
||||
const/4 p0, 0x0
|
||||
|
||||
return-object p0
|
||||
|
||||
.line 107
|
||||
:cond_1
|
||||
const-string v3, "power"
|
||||
|
||||
invoke-virtual {p0, v3}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Landroid/os/PowerManager;
|
||||
|
||||
.line 108
|
||||
new-instance v3, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v3, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
.line 109
|
||||
invoke-virtual {p1}, Landroid/content/ComponentName;->flattenToShortString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
.line 108
|
||||
invoke-virtual {p0, v4, v0}, Landroid/os/PowerManager;->newWakeLock(ILjava/lang/String;)Landroid/os/PowerManager$WakeLock;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
.line 110
|
||||
invoke-virtual {p0, v0}, Landroid/os/PowerManager$WakeLock;->setReferenceCounted(Z)V
|
||||
|
||||
const-wide/32 v3, 0xea60
|
||||
|
||||
.line 111
|
||||
invoke-virtual {p0, v3, v4}, Landroid/os/PowerManager$WakeLock;->acquire(J)V
|
||||
|
||||
.line 112
|
||||
invoke-virtual {v1, v2, p0}, Landroid/util/SparseArray;->put(ILjava/lang/Object;)V
|
||||
|
||||
.line 113
|
||||
monitor-exit v1
|
||||
|
||||
return-object p1
|
||||
|
||||
:catchall_0
|
||||
move-exception p0
|
||||
|
||||
.line 114
|
||||
monitor-exit v1
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
throw p0
|
||||
.end method
|
||||
@@ -0,0 +1,49 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$attr;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "attr"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static alpha:I = 0x7f03002e
|
||||
|
||||
.field public static font:I = 0x7f0301fb
|
||||
|
||||
.field public static fontProviderAuthority:I = 0x7f0301fd
|
||||
|
||||
.field public static fontProviderCerts:I = 0x7f0301fe
|
||||
|
||||
.field public static fontProviderFetchStrategy:I = 0x7f0301ff
|
||||
|
||||
.field public static fontProviderFetchTimeout:I = 0x7f030200
|
||||
|
||||
.field public static fontProviderPackage:I = 0x7f030201
|
||||
|
||||
.field public static fontProviderQuery:I = 0x7f030202
|
||||
|
||||
.field public static fontStyle:I = 0x7f030204
|
||||
|
||||
.field public static fontVariationSettings:I = 0x7f030205
|
||||
|
||||
.field public static fontWeight:I = 0x7f030206
|
||||
|
||||
.field public static ttcIndex:I = 0x7f0304b6
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,33 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$color;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "color"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static notification_action_color_filter:I = 0x7f0502e9
|
||||
|
||||
.field public static notification_icon_bg_color:I = 0x7f0502ea
|
||||
|
||||
.field public static ripple_material_light:I = 0x7f0502f4
|
||||
|
||||
.field public static secondary_text_default_material_light:I = 0x7f0502f6
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,69 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$dimen;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "dimen"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static compat_button_inset_horizontal_material:I = 0x7f060056
|
||||
|
||||
.field public static compat_button_inset_vertical_material:I = 0x7f060057
|
||||
|
||||
.field public static compat_button_padding_horizontal_material:I = 0x7f060058
|
||||
|
||||
.field public static compat_button_padding_vertical_material:I = 0x7f060059
|
||||
|
||||
.field public static compat_control_corner_material:I = 0x7f06005a
|
||||
|
||||
.field public static compat_notification_large_icon_max_height:I = 0x7f06005b
|
||||
|
||||
.field public static compat_notification_large_icon_max_width:I = 0x7f06005c
|
||||
|
||||
.field public static notification_action_icon_size:I = 0x7f060305
|
||||
|
||||
.field public static notification_action_text_size:I = 0x7f060306
|
||||
|
||||
.field public static notification_big_circle_margin:I = 0x7f060307
|
||||
|
||||
.field public static notification_content_margin_start:I = 0x7f060308
|
||||
|
||||
.field public static notification_large_icon_height:I = 0x7f060309
|
||||
|
||||
.field public static notification_large_icon_width:I = 0x7f06030a
|
||||
|
||||
.field public static notification_main_column_padding_top:I = 0x7f06030b
|
||||
|
||||
.field public static notification_media_narrow_margin:I = 0x7f06030c
|
||||
|
||||
.field public static notification_right_icon_size:I = 0x7f06030d
|
||||
|
||||
.field public static notification_right_side_padding_top:I = 0x7f06030e
|
||||
|
||||
.field public static notification_small_icon_background_padding:I = 0x7f06030f
|
||||
|
||||
.field public static notification_small_icon_size_as_large:I = 0x7f060310
|
||||
|
||||
.field public static notification_subtext_size:I = 0x7f060311
|
||||
|
||||
.field public static notification_top_pad:I = 0x7f060312
|
||||
|
||||
.field public static notification_top_pad_large_text:I = 0x7f060313
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,49 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$drawable;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "drawable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static notification_action_background:I = 0x7f0700d0
|
||||
|
||||
.field public static notification_bg:I = 0x7f0700d1
|
||||
|
||||
.field public static notification_bg_low:I = 0x7f0700d2
|
||||
|
||||
.field public static notification_bg_low_normal:I = 0x7f0700d3
|
||||
|
||||
.field public static notification_bg_low_pressed:I = 0x7f0700d4
|
||||
|
||||
.field public static notification_bg_normal:I = 0x7f0700d5
|
||||
|
||||
.field public static notification_bg_normal_pressed:I = 0x7f0700d6
|
||||
|
||||
.field public static notification_icon_background:I = 0x7f0700d7
|
||||
|
||||
.field public static notification_template_icon_bg:I = 0x7f0700d8
|
||||
|
||||
.field public static notification_template_icon_low_bg:I = 0x7f0700d9
|
||||
|
||||
.field public static notification_tile_bg:I = 0x7f0700da
|
||||
|
||||
.field public static notify_panel_notification_icon_bg:I = 0x7f0700db
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,81 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$id;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "id"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static action_container:I = 0x7f08003b
|
||||
|
||||
.field public static action_divider:I = 0x7f08003d
|
||||
|
||||
.field public static action_image:I = 0x7f08003e
|
||||
|
||||
.field public static action_text:I = 0x7f080044
|
||||
|
||||
.field public static actions:I = 0x7f080045
|
||||
|
||||
.field public static async:I = 0x7f080053
|
||||
|
||||
.field public static blocking:I = 0x7f08005d
|
||||
|
||||
.field public static chronometer:I = 0x7f080074
|
||||
|
||||
.field public static forever:I = 0x7f0800c8
|
||||
|
||||
.field public static icon:I = 0x7f0800da
|
||||
|
||||
.field public static icon_group:I = 0x7f0800db
|
||||
|
||||
.field public static info:I = 0x7f0800e3
|
||||
|
||||
.field public static italic:I = 0x7f0800e6
|
||||
|
||||
.field public static line1:I = 0x7f0800ef
|
||||
|
||||
.field public static line3:I = 0x7f0800f0
|
||||
|
||||
.field public static normal:I = 0x7f08013d
|
||||
|
||||
.field public static notification_background:I = 0x7f08013f
|
||||
|
||||
.field public static notification_main_column:I = 0x7f080140
|
||||
|
||||
.field public static notification_main_column_container:I = 0x7f080141
|
||||
|
||||
.field public static right_icon:I = 0x7f08016e
|
||||
|
||||
.field public static right_side:I = 0x7f08016f
|
||||
|
||||
.field public static tag_transition_group:I = 0x7f0801b9
|
||||
|
||||
.field public static tag_unhandled_key_event_manager:I = 0x7f0801ba
|
||||
|
||||
.field public static tag_unhandled_key_listeners:I = 0x7f0801bb
|
||||
|
||||
.field public static text:I = 0x7f0801bd
|
||||
|
||||
.field public static text2:I = 0x7f0801be
|
||||
|
||||
.field public static time:I = 0x7f0801d3
|
||||
|
||||
.field public static title:I = 0x7f0801d4
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,27 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$integer;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "integer"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static status_bar_notification_info_maxnum:I = 0x7f090043
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,37 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$layout;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "layout"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static notification_action:I = 0x7f0b0061
|
||||
|
||||
.field public static notification_action_tombstone:I = 0x7f0b0062
|
||||
|
||||
.field public static notification_template_custom_big:I = 0x7f0b0063
|
||||
|
||||
.field public static notification_template_icon_group:I = 0x7f0b0064
|
||||
|
||||
.field public static notification_template_part_chronometer:I = 0x7f0b0065
|
||||
|
||||
.field public static notification_template_part_time:I = 0x7f0b0066
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,27 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$string;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "string"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static status_bar_notification_info_overflow:I = 0x7f0f009f
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,39 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$style;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "style"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static TextAppearance_Compat_Notification:I = 0x7f1001c4
|
||||
|
||||
.field public static TextAppearance_Compat_Notification_Info:I = 0x7f1001c5
|
||||
|
||||
.field public static TextAppearance_Compat_Notification_Line2:I = 0x7f1001c6
|
||||
|
||||
.field public static TextAppearance_Compat_Notification_Time:I = 0x7f1001c7
|
||||
|
||||
.field public static TextAppearance_Compat_Notification_Title:I = 0x7f1001c8
|
||||
|
||||
.field public static Widget_Compat_NotificationActionContainer:I = 0x7f10032e
|
||||
|
||||
.field public static Widget_Compat_NotificationActionText:I = 0x7f10032f
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,204 @@
|
||||
.class public final Landroidx/legacy/coreutils/R$styleable;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreutils/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "styleable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static ColorStateListItem:[I = null
|
||||
|
||||
.field public static ColorStateListItem_alpha:I = 0x3
|
||||
|
||||
.field public static ColorStateListItem_android_alpha:I = 0x1
|
||||
|
||||
.field public static ColorStateListItem_android_color:I = 0x0
|
||||
|
||||
.field public static ColorStateListItem_android_lStar:I = 0x2
|
||||
|
||||
.field public static ColorStateListItem_lStar:I = 0x4
|
||||
|
||||
.field public static FontFamily:[I = null
|
||||
|
||||
.field public static FontFamilyFont:[I = null
|
||||
|
||||
.field public static FontFamilyFont_android_font:I = 0x0
|
||||
|
||||
.field public static FontFamilyFont_android_fontStyle:I = 0x2
|
||||
|
||||
.field public static FontFamilyFont_android_fontVariationSettings:I = 0x4
|
||||
|
||||
.field public static FontFamilyFont_android_fontWeight:I = 0x1
|
||||
|
||||
.field public static FontFamilyFont_android_ttcIndex:I = 0x3
|
||||
|
||||
.field public static FontFamilyFont_font:I = 0x5
|
||||
|
||||
.field public static FontFamilyFont_fontStyle:I = 0x6
|
||||
|
||||
.field public static FontFamilyFont_fontVariationSettings:I = 0x7
|
||||
|
||||
.field public static FontFamilyFont_fontWeight:I = 0x8
|
||||
|
||||
.field public static FontFamilyFont_ttcIndex:I = 0x9
|
||||
|
||||
.field public static FontFamily_fontProviderAuthority:I = 0x0
|
||||
|
||||
.field public static FontFamily_fontProviderCerts:I = 0x1
|
||||
|
||||
.field public static FontFamily_fontProviderFetchStrategy:I = 0x2
|
||||
|
||||
.field public static FontFamily_fontProviderFetchTimeout:I = 0x3
|
||||
|
||||
.field public static FontFamily_fontProviderPackage:I = 0x4
|
||||
|
||||
.field public static FontFamily_fontProviderQuery:I = 0x5
|
||||
|
||||
.field public static FontFamily_fontProviderSystemFontFamily:I = 0x6
|
||||
|
||||
.field public static GradientColor:[I = null
|
||||
|
||||
.field public static GradientColorItem:[I = null
|
||||
|
||||
.field public static GradientColorItem_android_color:I = 0x0
|
||||
|
||||
.field public static GradientColorItem_android_offset:I = 0x1
|
||||
|
||||
.field public static GradientColor_android_centerColor:I = 0x7
|
||||
|
||||
.field public static GradientColor_android_centerX:I = 0x3
|
||||
|
||||
.field public static GradientColor_android_centerY:I = 0x4
|
||||
|
||||
.field public static GradientColor_android_endColor:I = 0x1
|
||||
|
||||
.field public static GradientColor_android_endX:I = 0xa
|
||||
|
||||
.field public static GradientColor_android_endY:I = 0xb
|
||||
|
||||
.field public static GradientColor_android_gradientRadius:I = 0x5
|
||||
|
||||
.field public static GradientColor_android_startColor:I = 0x0
|
||||
|
||||
.field public static GradientColor_android_startX:I = 0x8
|
||||
|
||||
.field public static GradientColor_android_startY:I = 0x9
|
||||
|
||||
.field public static GradientColor_android_tileMode:I = 0x6
|
||||
|
||||
.field public static GradientColor_android_type:I = 0x2
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 5
|
||||
|
||||
const v0, 0x7f03002e
|
||||
|
||||
const v1, 0x7f030263
|
||||
|
||||
const v2, 0x10101a5
|
||||
|
||||
const v3, 0x101031f
|
||||
|
||||
const v4, 0x1010647
|
||||
|
||||
filled-new-array {v2, v3, v4, v0, v1}, [I
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->ColorStateListItem:[I
|
||||
|
||||
const/4 v0, 0x7
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_0
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->FontFamily:[I
|
||||
|
||||
const/16 v0, 0xa
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_1
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->FontFamilyFont:[I
|
||||
|
||||
const/16 v0, 0xc
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_2
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->GradientColor:[I
|
||||
|
||||
const v0, 0x1010514
|
||||
|
||||
filled-new-array {v2, v0}, [I
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->GradientColorItem:[I
|
||||
|
||||
return-void
|
||||
|
||||
nop
|
||||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x7f0301fd
|
||||
0x7f0301fe
|
||||
0x7f0301ff
|
||||
0x7f030200
|
||||
0x7f030201
|
||||
0x7f030202
|
||||
0x7f030203
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f0301fb
|
||||
0x7f030204
|
||||
0x7f030205
|
||||
0x7f030206
|
||||
0x7f0304b6
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x101019d
|
||||
0x101019e
|
||||
0x10101a1
|
||||
0x10101a2
|
||||
0x10101a3
|
||||
0x10101a4
|
||||
0x1010201
|
||||
0x101020b
|
||||
0x1010510
|
||||
0x1010511
|
||||
0x1010512
|
||||
0x1010513
|
||||
.end array-data
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
@@ -0,0 +1,29 @@
|
||||
.class public final Landroidx/legacy/coreutils/R;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/coreutils/R$attr;,
|
||||
Landroidx/legacy/coreutils/R$color;,
|
||||
Landroidx/legacy/coreutils/R$dimen;,
|
||||
Landroidx/legacy/coreutils/R$drawable;,
|
||||
Landroidx/legacy/coreutils/R$id;,
|
||||
Landroidx/legacy/coreutils/R$integer;,
|
||||
Landroidx/legacy/coreutils/R$layout;,
|
||||
Landroidx/legacy/coreutils/R$string;,
|
||||
Landroidx/legacy/coreutils/R$style;,
|
||||
Landroidx/legacy/coreutils/R$styleable;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
Reference in New Issue
Block a user