Changes of com.discord v1323
This commit is contained in:
parent
1234c09f33
commit
d9d9f382c9
28241 changed files with 0 additions and 4903974 deletions
|
@ -1,38 +0,0 @@
|
|||
.class public interface abstract Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ActionBarDrawerToggle.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x609
|
||||
name = "Delegate"
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract getThemeUpIndicator()Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract setActionBarDescription(I)V
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
|
@ -1,24 +0,0 @@
|
|||
.class public interface abstract Landroidx/legacy/app/ActionBarDrawerToggle$DelegateProvider;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ActionBarDrawerToggle.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x609
|
||||
name = "DelegateProvider"
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract getDrawerToggleDelegate()Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end method
|
|
@ -1,132 +0,0 @@
|
|||
.class public Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ActionBarDrawerToggle.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x9
|
||||
name = "SetIndicatorInfo"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public mSetHomeActionContentDescription:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public mSetHomeAsUpIndicator:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public mUpIndicatorView:Landroid/widget/ImageView;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/app/Activity;)V
|
||||
.locals 6
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
:try_start_0
|
||||
const-class v2, Landroid/app/ActionBar;
|
||||
|
||||
const-string v3, "setHomeAsUpIndicator"
|
||||
|
||||
new-array v4, v1, [Ljava/lang/Class;
|
||||
|
||||
const-class v5, Landroid/graphics/drawable/Drawable;
|
||||
|
||||
aput-object v5, v4, v0
|
||||
|
||||
invoke-virtual {v2, v3, v4}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
iput-object v2, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mSetHomeAsUpIndicator:Ljava/lang/reflect/Method;
|
||||
|
||||
const-class v2, Landroid/app/ActionBar;
|
||||
|
||||
const-string v3, "setHomeActionContentDescription"
|
||||
|
||||
new-array v4, v1, [Ljava/lang/Class;
|
||||
|
||||
sget-object v5, Ljava/lang/Integer;->TYPE:Ljava/lang/Class;
|
||||
|
||||
aput-object v5, v4, v0
|
||||
|
||||
invoke-virtual {v2, v3, v4}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
iput-object v2, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mSetHomeActionContentDescription:Ljava/lang/reflect/Method;
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
|
||||
:catch_0
|
||||
nop
|
||||
|
||||
const v2, 0x102002c
|
||||
|
||||
invoke-virtual {p1, v2}, Landroid/app/Activity;->findViewById(I)Landroid/view/View;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p1}, Landroid/view/View;->getParent()Landroid/view/ViewParent;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, Landroid/view/ViewGroup;
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/ViewGroup;->getChildCount()I
|
||||
|
||||
move-result v3
|
||||
|
||||
const/4 v4, 0x2
|
||||
|
||||
if-eq v3, v4, :cond_1
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {p1, v0}, Landroid/view/ViewGroup;->getChildAt(I)Landroid/view/View;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/view/ViewGroup;->getChildAt(I)Landroid/view/View;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {v0}, Landroid/view/View;->getId()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-ne v1, v2, :cond_2
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
:cond_2
|
||||
nop
|
||||
|
||||
instance-of p1, v0, Landroid/widget/ImageView;
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
check-cast v0, Landroid/widget/ImageView;
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mUpIndicatorView:Landroid/widget/ImageView;
|
||||
|
||||
:cond_3
|
||||
return-void
|
||||
.end method
|
|
@ -1,177 +0,0 @@
|
|||
.class public Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
.super Landroid/graphics/drawable/InsetDrawable;
|
||||
.source "ActionBarDrawerToggle.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/graphics/drawable/Drawable$Callback;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = "SlideDrawable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final mHasMirroring:Z
|
||||
|
||||
.field public mOffset:F
|
||||
|
||||
.field public mPosition:F
|
||||
|
||||
.field public final mTmpRect:Landroid/graphics/Rect;
|
||||
|
||||
.field public final synthetic this$0:Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroidx/legacy/app/ActionBarDrawerToggle;Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->this$0:Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
invoke-direct {p0, p2, p1}, Landroid/graphics/drawable/InsetDrawable;-><init>(Landroid/graphics/drawable/Drawable;I)V
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
iput-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mHasMirroring:Z
|
||||
|
||||
new-instance p1, Landroid/graphics/Rect;
|
||||
|
||||
invoke-direct {p1}, Landroid/graphics/Rect;-><init>()V
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mTmpRect:Landroid/graphics/Rect;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public draw(Landroid/graphics/Canvas;)V
|
||||
.locals 5
|
||||
.param p1 # Landroid/graphics/Canvas;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mTmpRect:Landroid/graphics/Rect;
|
||||
|
||||
invoke-virtual {p0, v0}, Landroid/graphics/drawable/InsetDrawable;->copyBounds(Landroid/graphics/Rect;)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/graphics/Canvas;->save()I
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->this$0:Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
|
||||
iget-object v0, v0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Activity;->getWindow()Landroid/view/Window;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Landroid/view/Window;->getDecorView()Landroid/view/View;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0}, Landroidx/core/view/ViewCompat;->getLayoutDirection(Landroid/view/View;)I
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
:cond_1
|
||||
iget-object v2, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mTmpRect:Landroid/graphics/Rect;
|
||||
|
||||
invoke-virtual {v2}, Landroid/graphics/Rect;->width()I
|
||||
|
||||
move-result v2
|
||||
|
||||
iget v3, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mOffset:F
|
||||
|
||||
neg-float v3, v3
|
||||
|
||||
int-to-float v2, v2
|
||||
|
||||
mul-float v3, v3, v2
|
||||
|
||||
iget v4, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mPosition:F
|
||||
|
||||
mul-float v3, v3, v4
|
||||
|
||||
int-to-float v1, v1
|
||||
|
||||
mul-float v3, v3, v1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-virtual {p1, v3, v1}, Landroid/graphics/Canvas;->translate(FF)V
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
iget-boolean v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mHasMirroring:Z
|
||||
|
||||
if-nez v0, :cond_2
|
||||
|
||||
invoke-virtual {p1, v2, v1}, Landroid/graphics/Canvas;->translate(FF)V
|
||||
|
||||
const/high16 v0, -0x40800000 # -1.0f
|
||||
|
||||
const/high16 v1, 0x3f800000 # 1.0f
|
||||
|
||||
invoke-virtual {p1, v0, v1}, Landroid/graphics/Canvas;->scale(FF)V
|
||||
|
||||
:cond_2
|
||||
invoke-super {p0, p1}, Landroid/graphics/drawable/InsetDrawable;->draw(Landroid/graphics/Canvas;)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/graphics/Canvas;->restore()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public getPosition()F
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mPosition:F
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public setOffset(F)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mOffset:F
|
||||
|
||||
invoke-virtual {p0}, Landroid/graphics/drawable/InsetDrawable;->invalidateSelf()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setPosition(F)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->mPosition:F
|
||||
|
||||
invoke-virtual {p0}, Landroid/graphics/drawable/InsetDrawable;->invalidateSelf()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,680 +0,0 @@
|
|||
.class public Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ActionBarDrawerToggle.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroidx/drawerlayout/widget/DrawerLayout$DrawerListener;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;,
|
||||
Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;,
|
||||
Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;,
|
||||
Landroidx/legacy/app/ActionBarDrawerToggle$DelegateProvider;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final ID_HOME:I = 0x102002c
|
||||
|
||||
.field public static final TAG:Ljava/lang/String; = "ActionBarDrawerToggle"
|
||||
|
||||
.field public static final THEME_ATTRS:[I
|
||||
|
||||
.field public static final TOGGLE_DRAWABLE_OFFSET:F = 0.33333334f
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final mActivity:Landroid/app/Activity;
|
||||
|
||||
.field public final mActivityImpl:Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
.field public final mCloseDrawerContentDescRes:I
|
||||
|
||||
.field public mDrawerImage:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
.field public final mDrawerImageResource:I
|
||||
|
||||
.field public mDrawerIndicatorEnabled:Z
|
||||
|
||||
.field public final mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
.field public mHasCustomUpIndicator:Z
|
||||
|
||||
.field public mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
.field public final mOpenDrawerContentDescRes:I
|
||||
|
||||
.field public mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
.field public mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
const v2, 0x101030b
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
sput-object v0, Landroidx/legacy/app/ActionBarDrawerToggle;->THEME_ATTRS:[I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Landroid/app/Activity;Landroidx/drawerlayout/widget/DrawerLayout;III)V
|
||||
.locals 8
|
||||
.param p3 # I
|
||||
.annotation build Landroidx/annotation/DrawableRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-static {p1}, Landroidx/legacy/app/ActionBarDrawerToggle;->assumeMaterial(Landroid/content/Context;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
xor-int/lit8 v4, v0, 0x1
|
||||
|
||||
move-object v1, p0
|
||||
|
||||
move-object v2, p1
|
||||
|
||||
move-object v3, p2
|
||||
|
||||
move v5, p3
|
||||
|
||||
move v6, p4
|
||||
|
||||
move v7, p5
|
||||
|
||||
invoke-direct/range {v1 .. v7}, Landroidx/legacy/app/ActionBarDrawerToggle;-><init>(Landroid/app/Activity;Landroidx/drawerlayout/widget/DrawerLayout;ZIII)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Landroid/app/Activity;Landroidx/drawerlayout/widget/DrawerLayout;ZIII)V
|
||||
.locals 1
|
||||
.param p4 # I
|
||||
.annotation build Landroidx/annotation/DrawableRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p5 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p6 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
iput-boolean v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
instance-of v0, p1, Landroidx/legacy/app/ActionBarDrawerToggle$DelegateProvider;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
check-cast v0, Landroidx/legacy/app/ActionBarDrawerToggle$DelegateProvider;
|
||||
|
||||
invoke-interface {v0}, Landroidx/legacy/app/ActionBarDrawerToggle$DelegateProvider;->getDrawerToggleDelegate()Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivityImpl:Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivityImpl:Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
:goto_0
|
||||
iput-object p2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
iput p4, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerImageResource:I
|
||||
|
||||
iput p5, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mOpenDrawerContentDescRes:I
|
||||
|
||||
iput p6, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mCloseDrawerContentDescRes:I
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/ActionBarDrawerToggle;->getThemeUpIndicator()Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
iput-object p2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
invoke-static {p1, p4}, Landroidx/core/content/ContextCompat;->getDrawable(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerImage:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
new-instance p1, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
iget-object p2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerImage:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
invoke-direct {p1, p0, p2}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;-><init>(Landroidx/legacy/app/ActionBarDrawerToggle;Landroid/graphics/drawable/Drawable;)V
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
const p2, 0x3eaaaaab
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/4 p2, 0x0
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {p1, p2}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->setOffset(F)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static assumeMaterial(Landroid/content/Context;)Z
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Landroid/content/Context;->getApplicationInfo()Landroid/content/pm/ApplicationInfo;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
iget p0, p0, Landroid/content/pm/ApplicationInfo;->targetSdkVersion:I
|
||||
|
||||
const/16 v0, 0x15
|
||||
|
||||
if-lt p0, v0, :cond_0
|
||||
|
||||
const/4 p0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p0, 0x0
|
||||
|
||||
:goto_0
|
||||
return p0
|
||||
.end method
|
||||
|
||||
.method private getThemeUpIndicator()Landroid/graphics/drawable/Drawable;
|
||||
.locals 5
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivityImpl:Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {v0}, Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;->getThemeUpIndicator()Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Activity;->getActionBar()Landroid/app/ActionBar;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/ActionBar;->getThemedContext()Landroid/content/Context;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
:goto_0
|
||||
const/4 v1, 0x0
|
||||
|
||||
sget-object v2, Landroidx/legacy/app/ActionBarDrawerToggle;->THEME_ATTRS:[I
|
||||
|
||||
const v3, 0x10102ce
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
invoke-virtual {v0, v1, v2, v3, v4}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0, v4}, Landroid/content/res/TypedArray;->getDrawable(I)Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0}, Landroid/content/res/TypedArray;->recycle()V
|
||||
|
||||
return-object v1
|
||||
.end method
|
||||
|
||||
.method private setActionBarDescription(I)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivityImpl:Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {v0, p1}, Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;->setActionBarDescription(I)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Activity;->getActionBar()Landroid/app/ActionBar;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-virtual {v0, p1}, Landroid/app/ActionBar;->setHomeActionContentDescription(I)V
|
||||
|
||||
:cond_1
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivityImpl:Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {v0, p1, p2}, Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;->setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Activity;->getActionBar()Landroid/app/ActionBar;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-virtual {v0, p1}, Landroid/app/ActionBar;->setHomeAsUpIndicator(Landroid/graphics/drawable/Drawable;)V
|
||||
|
||||
invoke-virtual {v0, p2}, Landroid/app/ActionBar;->setHomeActionContentDescription(I)V
|
||||
|
||||
:cond_1
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public isDrawerIndicatorEnabled()Z
|
||||
.locals 1
|
||||
|
||||
iget-boolean v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public onConfigurationChanged(Landroid/content/res/Configuration;)V
|
||||
.locals 1
|
||||
|
||||
iget-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHasCustomUpIndicator:Z
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/ActionBarDrawerToggle;->getThemeUpIndicator()Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
:cond_0
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
iget v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerImageResource:I
|
||||
|
||||
invoke-static {p1, v0}, Landroidx/core/content/ContextCompat;->getDrawable(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerImage:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
invoke-virtual {p0}, Landroidx/legacy/app/ActionBarDrawerToggle;->syncState()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onDrawerClosed(Landroid/view/View;)V
|
||||
.locals 1
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-virtual {p1, v0}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->setPosition(F)V
|
||||
|
||||
iget-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mOpenDrawerContentDescRes:I
|
||||
|
||||
invoke-direct {p0, p1}, Landroidx/legacy/app/ActionBarDrawerToggle;->setActionBarDescription(I)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onDrawerOpened(Landroid/view/View;)V
|
||||
.locals 1
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
const/high16 v0, 0x3f800000 # 1.0f
|
||||
|
||||
invoke-virtual {p1, v0}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->setPosition(F)V
|
||||
|
||||
iget-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mCloseDrawerContentDescRes:I
|
||||
|
||||
invoke-direct {p0, p1}, Landroidx/legacy/app/ActionBarDrawerToggle;->setActionBarDescription(I)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onDrawerSlide(Landroid/view/View;F)V
|
||||
.locals 3
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
invoke-virtual {p1}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->getPosition()F
|
||||
|
||||
move-result p1
|
||||
|
||||
const/high16 v0, 0x40000000 # 2.0f
|
||||
|
||||
const/high16 v1, 0x3f000000 # 0.5f
|
||||
|
||||
cmpl-float v2, p2, v1
|
||||
|
||||
if-lez v2, :cond_0
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
sub-float/2addr p2, v1
|
||||
|
||||
invoke-static {v2, p2}, Ljava/lang/Math;->max(FF)F
|
||||
|
||||
move-result p2
|
||||
|
||||
mul-float p2, p2, v0
|
||||
|
||||
invoke-static {p1, p2}, Ljava/lang/Math;->max(FF)F
|
||||
|
||||
move-result p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
mul-float p2, p2, v0
|
||||
|
||||
invoke-static {p1, p2}, Ljava/lang/Math;->min(FF)F
|
||||
|
||||
move-result p1
|
||||
|
||||
:goto_0
|
||||
iget-object p2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
invoke-virtual {p2, p1}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->setPosition(F)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onDrawerStateChanged(I)V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onOptionsItemSelected(Landroid/view/MenuItem;)Z
|
||||
.locals 1
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
invoke-interface {p1}, Landroid/view/MenuItem;->getItemId()I
|
||||
|
||||
move-result p1
|
||||
|
||||
const v0, 0x102002c
|
||||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
iget-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
const v0, 0x800003
|
||||
|
||||
invoke-virtual {p1, v0}, Landroidx/drawerlayout/widget/DrawerLayout;->isDrawerVisible(I)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
invoke-virtual {p1, v0}, Landroidx/drawerlayout/widget/DrawerLayout;->closeDrawer(I)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
invoke-virtual {p1, v0}, Landroidx/drawerlayout/widget/DrawerLayout;->openDrawer(I)V
|
||||
|
||||
:goto_0
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public setDrawerIndicatorEnabled(Z)V
|
||||
.locals 3
|
||||
|
||||
iget-boolean v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
if-eq p1, v0, :cond_2
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
const v2, 0x800003
|
||||
|
||||
invoke-virtual {v1, v2}, Landroidx/drawerlayout/widget/DrawerLayout;->isDrawerOpen(I)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
iget v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mCloseDrawerContentDescRes:I
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mOpenDrawerContentDescRes:I
|
||||
|
||||
:goto_0
|
||||
invoke-direct {p0, v0, v1}, Landroidx/legacy/app/ActionBarDrawerToggle;->setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {p0, v0, v1}, Landroidx/legacy/app/ActionBarDrawerToggle;->setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
|
||||
:goto_1
|
||||
iput-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setHomeAsUpIndicator(I)V
|
||||
.locals 1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
invoke-static {v0, p1}, Landroidx/core/content/ContextCompat;->getDrawable(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
invoke-virtual {p0, p1}, Landroidx/legacy/app/ActionBarDrawerToggle;->setHomeAsUpIndicator(Landroid/graphics/drawable/Drawable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setHomeAsUpIndicator(Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/ActionBarDrawerToggle;->getThemeUpIndicator()Landroid/graphics/drawable/Drawable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
iput-boolean v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHasCustomUpIndicator:Z
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
iput-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHasCustomUpIndicator:Z
|
||||
|
||||
:goto_0
|
||||
iget-boolean p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
if-nez p1, :cond_1
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
invoke-direct {p0, p1, v0}, Landroidx/legacy/app/ActionBarDrawerToggle;->setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
|
||||
:cond_1
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public syncState()V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
const v1, 0x800003
|
||||
|
||||
invoke-virtual {v0, v1}, Landroidx/drawerlayout/widget/DrawerLayout;->isDrawerOpen(I)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
const/high16 v2, 0x3f800000 # 1.0f
|
||||
|
||||
invoke-virtual {v0, v2}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->setPosition(F)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
invoke-virtual {v0, v2}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->setPosition(F)V
|
||||
|
||||
:goto_0
|
||||
iget-boolean v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerIndicatorEnabled:Z
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
iget-object v2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
invoke-virtual {v2, v1}, Landroidx/drawerlayout/widget/DrawerLayout;->isDrawerOpen(I)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
iget v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mCloseDrawerContentDescRes:I
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
iget v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mOpenDrawerContentDescRes:I
|
||||
|
||||
:goto_1
|
||||
invoke-direct {p0, v0, v1}, Landroidx/legacy/app/ActionBarDrawerToggle;->setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
.end method
|
|
@ -1,222 +0,0 @@
|
|||
.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 public static final EXTRA_WAKE_LOCK_ID:Ljava/lang/String; = "androidx.contentpager.content.wakelockid"
|
||||
|
||||
.field public static mNextId:I
|
||||
|
||||
.field public 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 public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
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
|
||||
|
||||
sput v0, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
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, "androidx.contentpager.content.wakelockid"
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-virtual {p0, v0, v1}, Landroid/content/Intent;->getIntExtra(Ljava/lang/String;I)I
|
||||
|
||||
move-result p0
|
||||
|
||||
if-nez p0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
sget-object v0, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
monitor-enter v0
|
||||
|
||||
:try_start_0
|
||||
sget-object v1, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
invoke-virtual {v1, p0}, Landroid/util/SparseArray;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Landroid/os/PowerManager$WakeLock;
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
invoke-virtual {v1}, Landroid/os/PowerManager$WakeLock;->release()V
|
||||
|
||||
sget-object v1, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
invoke-virtual {v1, p0}, Landroid/util/SparseArray;->remove(I)V
|
||||
|
||||
monitor-exit v0
|
||||
|
||||
return v2
|
||||
|
||||
:cond_1
|
||||
const-string v1, "WakefulBroadcastReceiv."
|
||||
|
||||
new-instance v3, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v3}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v4, "No active wake lock id #"
|
||||
|
||||
invoke-virtual {v3, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v3, p0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-static {v1, p0}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
||||
|
||||
monitor-exit v0
|
||||
|
||||
return v2
|
||||
|
||||
:catchall_0
|
||||
move-exception p0
|
||||
|
||||
monitor-exit v0
|
||||
: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
|
||||
|
||||
sget-object v0, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
monitor-enter v0
|
||||
|
||||
:try_start_0
|
||||
sget v1, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
sget v2, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
add-int/2addr v2, v3
|
||||
|
||||
sput v2, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
if-gtz v2, :cond_0
|
||||
|
||||
sput v3, Landroidx/legacy/content/WakefulBroadcastReceiver;->mNextId:I
|
||||
|
||||
:cond_0
|
||||
const-string v2, "androidx.contentpager.content.wakelockid"
|
||||
|
||||
invoke-virtual {p1, v2, v1}, Landroid/content/Intent;->putExtra(Ljava/lang/String;I)Landroid/content/Intent;
|
||||
|
||||
invoke-virtual {p0, p1}, Landroid/content/Context;->startService(Landroid/content/Intent;)Landroid/content/ComponentName;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-nez p1, :cond_1
|
||||
|
||||
const/4 p0, 0x0
|
||||
|
||||
monitor-exit v0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_1
|
||||
const-string v2, "power"
|
||||
|
||||
invoke-virtual {p0, v2}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Landroid/os/PowerManager;
|
||||
|
||||
new-instance v2, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v4, "androidx.core:wake:"
|
||||
|
||||
invoke-virtual {v2, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1}, Landroid/content/ComponentName;->flattenToShortString()Ljava/lang/String;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-virtual {v2, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-virtual {p0, v3, v2}, Landroid/os/PowerManager;->newWakeLock(ILjava/lang/String;)Landroid/os/PowerManager$WakeLock;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
invoke-virtual {p0, v2}, Landroid/os/PowerManager$WakeLock;->setReferenceCounted(Z)V
|
||||
|
||||
const-wide/32 v2, 0xea60
|
||||
|
||||
invoke-virtual {p0, v2, v3}, Landroid/os/PowerManager$WakeLock;->acquire(J)V
|
||||
|
||||
sget-object v2, Landroidx/legacy/content/WakefulBroadcastReceiver;->sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
|
||||
invoke-virtual {v2, v1, p0}, Landroid/util/SparseArray;->put(ILjava/lang/Object;)V
|
||||
|
||||
monitor-exit v0
|
||||
|
||||
return-object p1
|
||||
|
||||
:catchall_0
|
||||
move-exception p0
|
||||
|
||||
monitor-exit v0
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
throw p0
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$attr;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "attr"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final alpha:I = 0x7f04003b
|
||||
|
||||
.field public static final coordinatorLayoutStyle:I = 0x7f040194
|
||||
|
||||
.field public static final font:I = 0x7f04028d
|
||||
|
||||
.field public static final fontProviderAuthority:I = 0x7f04028f
|
||||
|
||||
.field public static final fontProviderCerts:I = 0x7f040290
|
||||
|
||||
.field public static final fontProviderFetchStrategy:I = 0x7f040291
|
||||
|
||||
.field public static final fontProviderFetchTimeout:I = 0x7f040292
|
||||
|
||||
.field public static final fontProviderPackage:I = 0x7f040293
|
||||
|
||||
.field public static final fontProviderQuery:I = 0x7f040294
|
||||
|
||||
.field public static final fontStyle:I = 0x7f040295
|
||||
|
||||
.field public static final fontVariationSettings:I = 0x7f040296
|
||||
|
||||
.field public static final fontWeight:I = 0x7f040297
|
||||
|
||||
.field public static final keylines:I = 0x7f040378
|
||||
|
||||
.field public static final layout_anchor:I = 0x7f040384
|
||||
|
||||
.field public static final layout_anchorGravity:I = 0x7f040385
|
||||
|
||||
.field public static final layout_behavior:I = 0x7f040386
|
||||
|
||||
.field public static final layout_dodgeInsetEdges:I = 0x7f0403b3
|
||||
|
||||
.field public static final layout_insetEdge:I = 0x7f0403c2
|
||||
|
||||
.field public static final layout_keyline:I = 0x7f0403c3
|
||||
|
||||
.field public static final statusBarBackground:I = 0x7f040535
|
||||
|
||||
.field public static final ttcIndex:I = 0x7f040600
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,33 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$color;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "color"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action_color_filter:I = 0x7f060162
|
||||
|
||||
.field public static final notification_icon_bg_color:I = 0x7f060163
|
||||
|
||||
.field public static final ripple_material_light:I = 0x7f0601e7
|
||||
|
||||
.field public static final secondary_text_default_material_light:I = 0x7f0601eb
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,69 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$dimen;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "dimen"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final compat_button_inset_horizontal_material:I = 0x7f070083
|
||||
|
||||
.field public static final compat_button_inset_vertical_material:I = 0x7f070084
|
||||
|
||||
.field public static final compat_button_padding_horizontal_material:I = 0x7f070085
|
||||
|
||||
.field public static final compat_button_padding_vertical_material:I = 0x7f070086
|
||||
|
||||
.field public static final compat_control_corner_material:I = 0x7f070087
|
||||
|
||||
.field public static final compat_notification_large_icon_max_height:I = 0x7f070088
|
||||
|
||||
.field public static final compat_notification_large_icon_max_width:I = 0x7f070089
|
||||
|
||||
.field public static final notification_action_icon_size:I = 0x7f0701b2
|
||||
|
||||
.field public static final notification_action_text_size:I = 0x7f0701b3
|
||||
|
||||
.field public static final notification_big_circle_margin:I = 0x7f0701b4
|
||||
|
||||
.field public static final notification_content_margin_start:I = 0x7f0701b5
|
||||
|
||||
.field public static final notification_large_icon_height:I = 0x7f0701b6
|
||||
|
||||
.field public static final notification_large_icon_width:I = 0x7f0701b7
|
||||
|
||||
.field public static final notification_main_column_padding_top:I = 0x7f0701b8
|
||||
|
||||
.field public static final notification_media_narrow_margin:I = 0x7f0701b9
|
||||
|
||||
.field public static final notification_right_icon_size:I = 0x7f0701ba
|
||||
|
||||
.field public static final notification_right_side_padding_top:I = 0x7f0701bb
|
||||
|
||||
.field public static final notification_small_icon_background_padding:I = 0x7f0701bc
|
||||
|
||||
.field public static final notification_small_icon_size_as_large:I = 0x7f0701bd
|
||||
|
||||
.field public static final notification_subtext_size:I = 0x7f0701be
|
||||
|
||||
.field public static final notification_top_pad:I = 0x7f0701bf
|
||||
|
||||
.field public static final notification_top_pad_large_text:I = 0x7f0701c0
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,49 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$drawable;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "drawable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action_background:I = 0x7f08055a
|
||||
|
||||
.field public static final notification_bg:I = 0x7f08055b
|
||||
|
||||
.field public static final notification_bg_low:I = 0x7f08055c
|
||||
|
||||
.field public static final notification_bg_low_normal:I = 0x7f08055d
|
||||
|
||||
.field public static final notification_bg_low_pressed:I = 0x7f08055e
|
||||
|
||||
.field public static final notification_bg_normal:I = 0x7f08055f
|
||||
|
||||
.field public static final notification_bg_normal_pressed:I = 0x7f080560
|
||||
|
||||
.field public static final notification_icon_background:I = 0x7f080561
|
||||
|
||||
.field public static final notification_template_icon_bg:I = 0x7f080562
|
||||
|
||||
.field public static final notification_template_icon_low_bg:I = 0x7f080563
|
||||
|
||||
.field public static final notification_tile_bg:I = 0x7f080564
|
||||
|
||||
.field public static final notify_panel_notification_icon_bg:I = 0x7f080565
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,95 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$id;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "id"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final action_container:I = 0x7f0a004a
|
||||
|
||||
.field public static final action_divider:I = 0x7f0a004c
|
||||
|
||||
.field public static final action_image:I = 0x7f0a004d
|
||||
|
||||
.field public static final action_text:I = 0x7f0a0053
|
||||
|
||||
.field public static final actions:I = 0x7f0a0054
|
||||
|
||||
.field public static final async:I = 0x7f0a009d
|
||||
|
||||
.field public static final blocking:I = 0x7f0a00fa
|
||||
|
||||
.field public static final bottom:I = 0x7f0a0122
|
||||
|
||||
.field public static final chronometer:I = 0x7f0a028e
|
||||
|
||||
.field public static final end:I = 0x7f0a03b2
|
||||
|
||||
.field public static final forever:I = 0x7f0a0450
|
||||
|
||||
.field public static final icon:I = 0x7f0a0564
|
||||
|
||||
.field public static final icon_group:I = 0x7f0a0566
|
||||
|
||||
.field public static final info:I = 0x7f0a0593
|
||||
|
||||
.field public static final italic:I = 0x7f0a05d0
|
||||
|
||||
.field public static final left:I = 0x7f0a0629
|
||||
|
||||
.field public static final line1:I = 0x7f0a062b
|
||||
|
||||
.field public static final line3:I = 0x7f0a062c
|
||||
|
||||
.field public static final none:I = 0x7f0a06dd
|
||||
|
||||
.field public static final normal:I = 0x7f0a06de
|
||||
|
||||
.field public static final notification_background:I = 0x7f0a06e8
|
||||
|
||||
.field public static final notification_main_column:I = 0x7f0a06e9
|
||||
|
||||
.field public static final notification_main_column_container:I = 0x7f0a06ea
|
||||
|
||||
.field public static final right:I = 0x7f0a0825
|
||||
|
||||
.field public static final right_icon:I = 0x7f0a0826
|
||||
|
||||
.field public static final right_side:I = 0x7f0a0827
|
||||
|
||||
.field public static final start:I = 0x7f0a0a0a
|
||||
|
||||
.field public static final tag_transition_group:I = 0x7f0a0a7b
|
||||
|
||||
.field public static final tag_unhandled_key_event_manager:I = 0x7f0a0a7c
|
||||
|
||||
.field public static final tag_unhandled_key_listeners:I = 0x7f0a0a7d
|
||||
|
||||
.field public static final text:I = 0x7f0a0a88
|
||||
|
||||
.field public static final text2:I = 0x7f0a0a8a
|
||||
|
||||
.field public static final time:I = 0x7f0a0a9f
|
||||
|
||||
.field public static final title:I = 0x7f0a0aa0
|
||||
|
||||
.field public static final top:I = 0x7f0a0aa9
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,27 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$integer;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "integer"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_maxnum:I = 0x7f0b0018
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,37 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$layout;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "layout"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action:I = 0x7f0d00a6
|
||||
|
||||
.field public static final notification_action_tombstone:I = 0x7f0d00a7
|
||||
|
||||
.field public static final notification_template_custom_big:I = 0x7f0d00af
|
||||
|
||||
.field public static final notification_template_icon_group:I = 0x7f0d00b0
|
||||
|
||||
.field public static final notification_template_part_chronometer:I = 0x7f0d00b4
|
||||
|
||||
.field public static final notification_template_part_time:I = 0x7f0d00b5
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,27 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$string;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "string"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f121678
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,41 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$style;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "style"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final TextAppearance_Compat_Notification:I = 0x7f130233
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info:I = 0x7f130234
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2:I = 0x7f130236
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time:I = 0x7f130239
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title:I = 0x7f13023b
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionContainer:I = 0x7f1303f3
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionText:I = 0x7f1303f4
|
||||
|
||||
.field public static final Widget_Support_CoordinatorLayout:I = 0x7f130468
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,253 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R$styleable;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/coreui/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "styleable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final ColorStateListItem:[I
|
||||
|
||||
.field public static final ColorStateListItem_alpha:I = 0x2
|
||||
|
||||
.field public static final ColorStateListItem_android_alpha:I = 0x1
|
||||
|
||||
.field public static final ColorStateListItem_android_color:I = 0x0
|
||||
|
||||
.field public static final CoordinatorLayout:[I
|
||||
|
||||
.field public static final CoordinatorLayout_Layout:[I
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_android_layout_gravity:I = 0x0
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_anchor:I = 0x1
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_anchorGravity:I = 0x2
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_behavior:I = 0x3
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_dodgeInsetEdges:I = 0x4
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_insetEdge:I = 0x5
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_keyline:I = 0x6
|
||||
|
||||
.field public static final CoordinatorLayout_keylines:I = 0x0
|
||||
|
||||
.field public static final CoordinatorLayout_statusBarBackground:I = 0x1
|
||||
|
||||
.field public static final FontFamily:[I
|
||||
|
||||
.field public static final FontFamilyFont:[I
|
||||
|
||||
.field public static final FontFamilyFont_android_font:I = 0x0
|
||||
|
||||
.field public static final FontFamilyFont_android_fontStyle:I = 0x2
|
||||
|
||||
.field public static final FontFamilyFont_android_fontVariationSettings:I = 0x4
|
||||
|
||||
.field public static final FontFamilyFont_android_fontWeight:I = 0x1
|
||||
|
||||
.field public static final FontFamilyFont_android_ttcIndex:I = 0x3
|
||||
|
||||
.field public static final FontFamilyFont_font:I = 0x5
|
||||
|
||||
.field public static final FontFamilyFont_fontStyle:I = 0x6
|
||||
|
||||
.field public static final FontFamilyFont_fontVariationSettings:I = 0x7
|
||||
|
||||
.field public static final FontFamilyFont_fontWeight:I = 0x8
|
||||
|
||||
.field public static final FontFamilyFont_ttcIndex:I = 0x9
|
||||
|
||||
.field public static final FontFamily_fontProviderAuthority:I = 0x0
|
||||
|
||||
.field public static final FontFamily_fontProviderCerts:I = 0x1
|
||||
|
||||
.field public static final FontFamily_fontProviderFetchStrategy:I = 0x2
|
||||
|
||||
.field public static final FontFamily_fontProviderFetchTimeout:I = 0x3
|
||||
|
||||
.field public static final FontFamily_fontProviderPackage:I = 0x4
|
||||
|
||||
.field public static final FontFamily_fontProviderQuery:I = 0x5
|
||||
|
||||
.field public static final GradientColor:[I
|
||||
|
||||
.field public static final GradientColorItem:[I
|
||||
|
||||
.field public static final GradientColorItem_android_color:I = 0x0
|
||||
|
||||
.field public static final GradientColorItem_android_offset:I = 0x1
|
||||
|
||||
.field public static final GradientColor_android_centerColor:I = 0x7
|
||||
|
||||
.field public static final GradientColor_android_centerX:I = 0x3
|
||||
|
||||
.field public static final GradientColor_android_centerY:I = 0x4
|
||||
|
||||
.field public static final GradientColor_android_endColor:I = 0x1
|
||||
|
||||
.field public static final GradientColor_android_endX:I = 0xa
|
||||
|
||||
.field public static final GradientColor_android_endY:I = 0xb
|
||||
|
||||
.field public static final GradientColor_android_gradientRadius:I = 0x5
|
||||
|
||||
.field public static final GradientColor_android_startColor:I = 0x0
|
||||
|
||||
.field public static final GradientColor_android_startX:I = 0x8
|
||||
|
||||
.field public static final GradientColor_android_startY:I = 0x9
|
||||
|
||||
.field public static final GradientColor_android_tileMode:I = 0x6
|
||||
|
||||
.field public static final GradientColor_android_type:I = 0x2
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_0
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreui/R$styleable;->ColorStateListItem:[I
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
new-array v1, v0, [I
|
||||
|
||||
fill-array-data v1, :array_1
|
||||
|
||||
sput-object v1, Landroidx/legacy/coreui/R$styleable;->CoordinatorLayout:[I
|
||||
|
||||
const/4 v1, 0x7
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_2
|
||||
|
||||
sput-object v1, Landroidx/legacy/coreui/R$styleable;->CoordinatorLayout_Layout:[I
|
||||
|
||||
const/4 v1, 0x6
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_3
|
||||
|
||||
sput-object v1, Landroidx/legacy/coreui/R$styleable;->FontFamily:[I
|
||||
|
||||
const/16 v1, 0xa
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_4
|
||||
|
||||
sput-object v1, Landroidx/legacy/coreui/R$styleable;->FontFamilyFont:[I
|
||||
|
||||
const/16 v1, 0xc
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_5
|
||||
|
||||
sput-object v1, Landroidx/legacy/coreui/R$styleable;->GradientColor:[I
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_6
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreui/R$styleable;->GradientColorItem:[I
|
||||
|
||||
return-void
|
||||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x10101a5
|
||||
0x101031f
|
||||
0x7f04003b
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x7f040378
|
||||
0x7f040535
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x10100b3
|
||||
0x7f040384
|
||||
0x7f040385
|
||||
0x7f040386
|
||||
0x7f0403b3
|
||||
0x7f0403c2
|
||||
0x7f0403c3
|
||||
.end array-data
|
||||
|
||||
:array_3
|
||||
.array-data 4
|
||||
0x7f04028f
|
||||
0x7f040290
|
||||
0x7f040291
|
||||
0x7f040292
|
||||
0x7f040293
|
||||
0x7f040294
|
||||
.end array-data
|
||||
|
||||
:array_4
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f04028d
|
||||
0x7f040295
|
||||
0x7f040296
|
||||
0x7f040297
|
||||
0x7f040600
|
||||
.end array-data
|
||||
|
||||
:array_5
|
||||
.array-data 4
|
||||
0x101019d
|
||||
0x101019e
|
||||
0x10101a1
|
||||
0x10101a2
|
||||
0x10101a3
|
||||
0x10101a4
|
||||
0x1010201
|
||||
0x101020b
|
||||
0x1010510
|
||||
0x1010511
|
||||
0x1010512
|
||||
0x1010513
|
||||
.end array-data
|
||||
|
||||
:array_6
|
||||
.array-data 4
|
||||
0x10101a5
|
||||
0x1010514
|
||||
.end array-data
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,29 +0,0 @@
|
|||
.class public final Landroidx/legacy/coreui/R;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/coreui/R$attr;,
|
||||
Landroidx/legacy/coreui/R$color;,
|
||||
Landroidx/legacy/coreui/R$dimen;,
|
||||
Landroidx/legacy/coreui/R$drawable;,
|
||||
Landroidx/legacy/coreui/R$id;,
|
||||
Landroidx/legacy/coreui/R$integer;,
|
||||
Landroidx/legacy/coreui/R$layout;,
|
||||
Landroidx/legacy/coreui/R$string;,
|
||||
Landroidx/legacy/coreui/R$style;,
|
||||
Landroidx/legacy/coreui/R$styleable;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,49 +0,0 @@
|
|||
.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 final alpha:I = 0x7f04003b
|
||||
|
||||
.field public static final font:I = 0x7f04028d
|
||||
|
||||
.field public static final fontProviderAuthority:I = 0x7f04028f
|
||||
|
||||
.field public static final fontProviderCerts:I = 0x7f040290
|
||||
|
||||
.field public static final fontProviderFetchStrategy:I = 0x7f040291
|
||||
|
||||
.field public static final fontProviderFetchTimeout:I = 0x7f040292
|
||||
|
||||
.field public static final fontProviderPackage:I = 0x7f040293
|
||||
|
||||
.field public static final fontProviderQuery:I = 0x7f040294
|
||||
|
||||
.field public static final fontStyle:I = 0x7f040295
|
||||
|
||||
.field public static final fontVariationSettings:I = 0x7f040296
|
||||
|
||||
.field public static final fontWeight:I = 0x7f040297
|
||||
|
||||
.field public static final ttcIndex:I = 0x7f040600
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,33 +0,0 @@
|
|||
.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 final notification_action_color_filter:I = 0x7f060162
|
||||
|
||||
.field public static final notification_icon_bg_color:I = 0x7f060163
|
||||
|
||||
.field public static final ripple_material_light:I = 0x7f0601e7
|
||||
|
||||
.field public static final secondary_text_default_material_light:I = 0x7f0601eb
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,69 +0,0 @@
|
|||
.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 final compat_button_inset_horizontal_material:I = 0x7f070083
|
||||
|
||||
.field public static final compat_button_inset_vertical_material:I = 0x7f070084
|
||||
|
||||
.field public static final compat_button_padding_horizontal_material:I = 0x7f070085
|
||||
|
||||
.field public static final compat_button_padding_vertical_material:I = 0x7f070086
|
||||
|
||||
.field public static final compat_control_corner_material:I = 0x7f070087
|
||||
|
||||
.field public static final compat_notification_large_icon_max_height:I = 0x7f070088
|
||||
|
||||
.field public static final compat_notification_large_icon_max_width:I = 0x7f070089
|
||||
|
||||
.field public static final notification_action_icon_size:I = 0x7f0701b2
|
||||
|
||||
.field public static final notification_action_text_size:I = 0x7f0701b3
|
||||
|
||||
.field public static final notification_big_circle_margin:I = 0x7f0701b4
|
||||
|
||||
.field public static final notification_content_margin_start:I = 0x7f0701b5
|
||||
|
||||
.field public static final notification_large_icon_height:I = 0x7f0701b6
|
||||
|
||||
.field public static final notification_large_icon_width:I = 0x7f0701b7
|
||||
|
||||
.field public static final notification_main_column_padding_top:I = 0x7f0701b8
|
||||
|
||||
.field public static final notification_media_narrow_margin:I = 0x7f0701b9
|
||||
|
||||
.field public static final notification_right_icon_size:I = 0x7f0701ba
|
||||
|
||||
.field public static final notification_right_side_padding_top:I = 0x7f0701bb
|
||||
|
||||
.field public static final notification_small_icon_background_padding:I = 0x7f0701bc
|
||||
|
||||
.field public static final notification_small_icon_size_as_large:I = 0x7f0701bd
|
||||
|
||||
.field public static final notification_subtext_size:I = 0x7f0701be
|
||||
|
||||
.field public static final notification_top_pad:I = 0x7f0701bf
|
||||
|
||||
.field public static final notification_top_pad_large_text:I = 0x7f0701c0
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,49 +0,0 @@
|
|||
.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 final notification_action_background:I = 0x7f08055a
|
||||
|
||||
.field public static final notification_bg:I = 0x7f08055b
|
||||
|
||||
.field public static final notification_bg_low:I = 0x7f08055c
|
||||
|
||||
.field public static final notification_bg_low_normal:I = 0x7f08055d
|
||||
|
||||
.field public static final notification_bg_low_pressed:I = 0x7f08055e
|
||||
|
||||
.field public static final notification_bg_normal:I = 0x7f08055f
|
||||
|
||||
.field public static final notification_bg_normal_pressed:I = 0x7f080560
|
||||
|
||||
.field public static final notification_icon_background:I = 0x7f080561
|
||||
|
||||
.field public static final notification_template_icon_bg:I = 0x7f080562
|
||||
|
||||
.field public static final notification_template_icon_low_bg:I = 0x7f080563
|
||||
|
||||
.field public static final notification_tile_bg:I = 0x7f080564
|
||||
|
||||
.field public static final notify_panel_notification_icon_bg:I = 0x7f080565
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,81 +0,0 @@
|
|||
.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 final action_container:I = 0x7f0a004a
|
||||
|
||||
.field public static final action_divider:I = 0x7f0a004c
|
||||
|
||||
.field public static final action_image:I = 0x7f0a004d
|
||||
|
||||
.field public static final action_text:I = 0x7f0a0053
|
||||
|
||||
.field public static final actions:I = 0x7f0a0054
|
||||
|
||||
.field public static final async:I = 0x7f0a009d
|
||||
|
||||
.field public static final blocking:I = 0x7f0a00fa
|
||||
|
||||
.field public static final chronometer:I = 0x7f0a028e
|
||||
|
||||
.field public static final forever:I = 0x7f0a0450
|
||||
|
||||
.field public static final icon:I = 0x7f0a0564
|
||||
|
||||
.field public static final icon_group:I = 0x7f0a0566
|
||||
|
||||
.field public static final info:I = 0x7f0a0593
|
||||
|
||||
.field public static final italic:I = 0x7f0a05d0
|
||||
|
||||
.field public static final line1:I = 0x7f0a062b
|
||||
|
||||
.field public static final line3:I = 0x7f0a062c
|
||||
|
||||
.field public static final normal:I = 0x7f0a06de
|
||||
|
||||
.field public static final notification_background:I = 0x7f0a06e8
|
||||
|
||||
.field public static final notification_main_column:I = 0x7f0a06e9
|
||||
|
||||
.field public static final notification_main_column_container:I = 0x7f0a06ea
|
||||
|
||||
.field public static final right_icon:I = 0x7f0a0826
|
||||
|
||||
.field public static final right_side:I = 0x7f0a0827
|
||||
|
||||
.field public static final tag_transition_group:I = 0x7f0a0a7b
|
||||
|
||||
.field public static final tag_unhandled_key_event_manager:I = 0x7f0a0a7c
|
||||
|
||||
.field public static final tag_unhandled_key_listeners:I = 0x7f0a0a7d
|
||||
|
||||
.field public static final text:I = 0x7f0a0a88
|
||||
|
||||
.field public static final text2:I = 0x7f0a0a8a
|
||||
|
||||
.field public static final time:I = 0x7f0a0a9f
|
||||
|
||||
.field public static final title:I = 0x7f0a0aa0
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,27 +0,0 @@
|
|||
.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 final status_bar_notification_info_maxnum:I = 0x7f0b0018
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,37 +0,0 @@
|
|||
.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 final notification_action:I = 0x7f0d00a6
|
||||
|
||||
.field public static final notification_action_tombstone:I = 0x7f0d00a7
|
||||
|
||||
.field public static final notification_template_custom_big:I = 0x7f0d00af
|
||||
|
||||
.field public static final notification_template_icon_group:I = 0x7f0d00b0
|
||||
|
||||
.field public static final notification_template_part_chronometer:I = 0x7f0d00b4
|
||||
|
||||
.field public static final notification_template_part_time:I = 0x7f0d00b5
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,27 +0,0 @@
|
|||
.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 final status_bar_notification_info_overflow:I = 0x7f121678
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,39 +0,0 @@
|
|||
.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 final TextAppearance_Compat_Notification:I = 0x7f130233
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info:I = 0x7f130234
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2:I = 0x7f130236
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time:I = 0x7f130239
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title:I = 0x7f13023b
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionContainer:I = 0x7f1303f3
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionText:I = 0x7f1303f4
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,202 +0,0 @@
|
|||
.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 final ColorStateListItem:[I
|
||||
|
||||
.field public static final ColorStateListItem_alpha:I = 0x2
|
||||
|
||||
.field public static final ColorStateListItem_android_alpha:I = 0x1
|
||||
|
||||
.field public static final ColorStateListItem_android_color:I = 0x0
|
||||
|
||||
.field public static final FontFamily:[I
|
||||
|
||||
.field public static final FontFamilyFont:[I
|
||||
|
||||
.field public static final FontFamilyFont_android_font:I = 0x0
|
||||
|
||||
.field public static final FontFamilyFont_android_fontStyle:I = 0x2
|
||||
|
||||
.field public static final FontFamilyFont_android_fontVariationSettings:I = 0x4
|
||||
|
||||
.field public static final FontFamilyFont_android_fontWeight:I = 0x1
|
||||
|
||||
.field public static final FontFamilyFont_android_ttcIndex:I = 0x3
|
||||
|
||||
.field public static final FontFamilyFont_font:I = 0x5
|
||||
|
||||
.field public static final FontFamilyFont_fontStyle:I = 0x6
|
||||
|
||||
.field public static final FontFamilyFont_fontVariationSettings:I = 0x7
|
||||
|
||||
.field public static final FontFamilyFont_fontWeight:I = 0x8
|
||||
|
||||
.field public static final FontFamilyFont_ttcIndex:I = 0x9
|
||||
|
||||
.field public static final FontFamily_fontProviderAuthority:I = 0x0
|
||||
|
||||
.field public static final FontFamily_fontProviderCerts:I = 0x1
|
||||
|
||||
.field public static final FontFamily_fontProviderFetchStrategy:I = 0x2
|
||||
|
||||
.field public static final FontFamily_fontProviderFetchTimeout:I = 0x3
|
||||
|
||||
.field public static final FontFamily_fontProviderPackage:I = 0x4
|
||||
|
||||
.field public static final FontFamily_fontProviderQuery:I = 0x5
|
||||
|
||||
.field public static final GradientColor:[I
|
||||
|
||||
.field public static final GradientColorItem:[I
|
||||
|
||||
.field public static final GradientColorItem_android_color:I = 0x0
|
||||
|
||||
.field public static final GradientColorItem_android_offset:I = 0x1
|
||||
|
||||
.field public static final GradientColor_android_centerColor:I = 0x7
|
||||
|
||||
.field public static final GradientColor_android_centerX:I = 0x3
|
||||
|
||||
.field public static final GradientColor_android_centerY:I = 0x4
|
||||
|
||||
.field public static final GradientColor_android_endColor:I = 0x1
|
||||
|
||||
.field public static final GradientColor_android_endX:I = 0xa
|
||||
|
||||
.field public static final GradientColor_android_endY:I = 0xb
|
||||
|
||||
.field public static final GradientColor_android_gradientRadius:I = 0x5
|
||||
|
||||
.field public static final GradientColor_android_startColor:I = 0x0
|
||||
|
||||
.field public static final GradientColor_android_startX:I = 0x8
|
||||
|
||||
.field public static final GradientColor_android_startY:I = 0x9
|
||||
|
||||
.field public static final GradientColor_android_tileMode:I = 0x6
|
||||
|
||||
.field public static final GradientColor_android_type:I = 0x2
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_0
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->ColorStateListItem:[I
|
||||
|
||||
const/4 v0, 0x6
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_1
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->FontFamily:[I
|
||||
|
||||
const/16 v0, 0xa
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_2
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->FontFamilyFont:[I
|
||||
|
||||
const/16 v0, 0xc
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_3
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->GradientColor:[I
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_4
|
||||
|
||||
sput-object v0, Landroidx/legacy/coreutils/R$styleable;->GradientColorItem:[I
|
||||
|
||||
return-void
|
||||
|
||||
nop
|
||||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x10101a5
|
||||
0x101031f
|
||||
0x7f04003b
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x7f04028f
|
||||
0x7f040290
|
||||
0x7f040291
|
||||
0x7f040292
|
||||
0x7f040293
|
||||
0x7f040294
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f04028d
|
||||
0x7f040295
|
||||
0x7f040296
|
||||
0x7f040297
|
||||
0x7f040600
|
||||
.end array-data
|
||||
|
||||
:array_3
|
||||
.array-data 4
|
||||
0x101019d
|
||||
0x101019e
|
||||
0x10101a1
|
||||
0x10101a2
|
||||
0x10101a3
|
||||
0x10101a4
|
||||
0x1010201
|
||||
0x101020b
|
||||
0x1010510
|
||||
0x1010511
|
||||
0x1010512
|
||||
0x1010513
|
||||
.end array-data
|
||||
|
||||
:array_4
|
||||
.array-data 4
|
||||
0x10101a5
|
||||
0x1010514
|
||||
.end array-data
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,29 +0,0 @@
|
|||
.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 public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$attr;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "attr"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final alpha:I = 0x7f04003b
|
||||
|
||||
.field public static final coordinatorLayoutStyle:I = 0x7f040194
|
||||
|
||||
.field public static final font:I = 0x7f04028d
|
||||
|
||||
.field public static final fontProviderAuthority:I = 0x7f04028f
|
||||
|
||||
.field public static final fontProviderCerts:I = 0x7f040290
|
||||
|
||||
.field public static final fontProviderFetchStrategy:I = 0x7f040291
|
||||
|
||||
.field public static final fontProviderFetchTimeout:I = 0x7f040292
|
||||
|
||||
.field public static final fontProviderPackage:I = 0x7f040293
|
||||
|
||||
.field public static final fontProviderQuery:I = 0x7f040294
|
||||
|
||||
.field public static final fontStyle:I = 0x7f040295
|
||||
|
||||
.field public static final fontVariationSettings:I = 0x7f040296
|
||||
|
||||
.field public static final fontWeight:I = 0x7f040297
|
||||
|
||||
.field public static final keylines:I = 0x7f040378
|
||||
|
||||
.field public static final layout_anchor:I = 0x7f040384
|
||||
|
||||
.field public static final layout_anchorGravity:I = 0x7f040385
|
||||
|
||||
.field public static final layout_behavior:I = 0x7f040386
|
||||
|
||||
.field public static final layout_dodgeInsetEdges:I = 0x7f0403b3
|
||||
|
||||
.field public static final layout_insetEdge:I = 0x7f0403c2
|
||||
|
||||
.field public static final layout_keyline:I = 0x7f0403c3
|
||||
|
||||
.field public static final statusBarBackground:I = 0x7f040535
|
||||
|
||||
.field public static final ttcIndex:I = 0x7f040600
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,39 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$color;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "color"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action_color_filter:I = 0x7f060162
|
||||
|
||||
.field public static final notification_icon_bg_color:I = 0x7f060163
|
||||
|
||||
.field public static final notification_material_background_media_default_color:I = 0x7f060164
|
||||
|
||||
.field public static final primary_text_default_material_dark:I = 0x7f0601d8
|
||||
|
||||
.field public static final ripple_material_light:I = 0x7f0601e7
|
||||
|
||||
.field public static final secondary_text_default_material_dark:I = 0x7f0601ea
|
||||
|
||||
.field public static final secondary_text_default_material_light:I = 0x7f0601eb
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,77 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$dimen;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "dimen"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final compat_button_inset_horizontal_material:I = 0x7f070083
|
||||
|
||||
.field public static final compat_button_inset_vertical_material:I = 0x7f070084
|
||||
|
||||
.field public static final compat_button_padding_horizontal_material:I = 0x7f070085
|
||||
|
||||
.field public static final compat_button_padding_vertical_material:I = 0x7f070086
|
||||
|
||||
.field public static final compat_control_corner_material:I = 0x7f070087
|
||||
|
||||
.field public static final compat_notification_large_icon_max_height:I = 0x7f070088
|
||||
|
||||
.field public static final compat_notification_large_icon_max_width:I = 0x7f070089
|
||||
|
||||
.field public static final notification_action_icon_size:I = 0x7f0701b2
|
||||
|
||||
.field public static final notification_action_text_size:I = 0x7f0701b3
|
||||
|
||||
.field public static final notification_big_circle_margin:I = 0x7f0701b4
|
||||
|
||||
.field public static final notification_content_margin_start:I = 0x7f0701b5
|
||||
|
||||
.field public static final notification_large_icon_height:I = 0x7f0701b6
|
||||
|
||||
.field public static final notification_large_icon_width:I = 0x7f0701b7
|
||||
|
||||
.field public static final notification_main_column_padding_top:I = 0x7f0701b8
|
||||
|
||||
.field public static final notification_media_narrow_margin:I = 0x7f0701b9
|
||||
|
||||
.field public static final notification_right_icon_size:I = 0x7f0701ba
|
||||
|
||||
.field public static final notification_right_side_padding_top:I = 0x7f0701bb
|
||||
|
||||
.field public static final notification_small_icon_background_padding:I = 0x7f0701bc
|
||||
|
||||
.field public static final notification_small_icon_size_as_large:I = 0x7f0701bd
|
||||
|
||||
.field public static final notification_subtext_size:I = 0x7f0701be
|
||||
|
||||
.field public static final notification_top_pad:I = 0x7f0701bf
|
||||
|
||||
.field public static final notification_top_pad_large_text:I = 0x7f0701c0
|
||||
|
||||
.field public static final subtitle_corner_radius:I = 0x7f0701d7
|
||||
|
||||
.field public static final subtitle_outline_width:I = 0x7f0701d8
|
||||
|
||||
.field public static final subtitle_shadow_offset:I = 0x7f0701d9
|
||||
|
||||
.field public static final subtitle_shadow_radius:I = 0x7f0701da
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,49 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$drawable;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "drawable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action_background:I = 0x7f08055a
|
||||
|
||||
.field public static final notification_bg:I = 0x7f08055b
|
||||
|
||||
.field public static final notification_bg_low:I = 0x7f08055c
|
||||
|
||||
.field public static final notification_bg_low_normal:I = 0x7f08055d
|
||||
|
||||
.field public static final notification_bg_low_pressed:I = 0x7f08055e
|
||||
|
||||
.field public static final notification_bg_normal:I = 0x7f08055f
|
||||
|
||||
.field public static final notification_bg_normal_pressed:I = 0x7f080560
|
||||
|
||||
.field public static final notification_icon_background:I = 0x7f080561
|
||||
|
||||
.field public static final notification_template_icon_bg:I = 0x7f080562
|
||||
|
||||
.field public static final notification_template_icon_low_bg:I = 0x7f080563
|
||||
|
||||
.field public static final notification_tile_bg:I = 0x7f080564
|
||||
|
||||
.field public static final notify_panel_notification_icon_bg:I = 0x7f080565
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,105 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$id;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "id"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final action0:I = 0x7f0a003e
|
||||
|
||||
.field public static final action_container:I = 0x7f0a004a
|
||||
|
||||
.field public static final action_divider:I = 0x7f0a004c
|
||||
|
||||
.field public static final action_image:I = 0x7f0a004d
|
||||
|
||||
.field public static final action_text:I = 0x7f0a0053
|
||||
|
||||
.field public static final actions:I = 0x7f0a0054
|
||||
|
||||
.field public static final async:I = 0x7f0a009d
|
||||
|
||||
.field public static final blocking:I = 0x7f0a00fa
|
||||
|
||||
.field public static final bottom:I = 0x7f0a0122
|
||||
|
||||
.field public static final cancel_action:I = 0x7f0a0144
|
||||
|
||||
.field public static final chronometer:I = 0x7f0a028e
|
||||
|
||||
.field public static final end:I = 0x7f0a03b2
|
||||
|
||||
.field public static final end_padder:I = 0x7f0a03b3
|
||||
|
||||
.field public static final forever:I = 0x7f0a0450
|
||||
|
||||
.field public static final icon:I = 0x7f0a0564
|
||||
|
||||
.field public static final icon_group:I = 0x7f0a0566
|
||||
|
||||
.field public static final info:I = 0x7f0a0593
|
||||
|
||||
.field public static final italic:I = 0x7f0a05d0
|
||||
|
||||
.field public static final left:I = 0x7f0a0629
|
||||
|
||||
.field public static final line1:I = 0x7f0a062b
|
||||
|
||||
.field public static final line3:I = 0x7f0a062c
|
||||
|
||||
.field public static final media_actions:I = 0x7f0a065b
|
||||
|
||||
.field public static final none:I = 0x7f0a06dd
|
||||
|
||||
.field public static final normal:I = 0x7f0a06de
|
||||
|
||||
.field public static final notification_background:I = 0x7f0a06e8
|
||||
|
||||
.field public static final notification_main_column:I = 0x7f0a06e9
|
||||
|
||||
.field public static final notification_main_column_container:I = 0x7f0a06ea
|
||||
|
||||
.field public static final right:I = 0x7f0a0825
|
||||
|
||||
.field public static final right_icon:I = 0x7f0a0826
|
||||
|
||||
.field public static final right_side:I = 0x7f0a0827
|
||||
|
||||
.field public static final start:I = 0x7f0a0a0a
|
||||
|
||||
.field public static final status_bar_latest_event_content:I = 0x7f0a0a14
|
||||
|
||||
.field public static final tag_transition_group:I = 0x7f0a0a7b
|
||||
|
||||
.field public static final tag_unhandled_key_event_manager:I = 0x7f0a0a7c
|
||||
|
||||
.field public static final tag_unhandled_key_listeners:I = 0x7f0a0a7d
|
||||
|
||||
.field public static final text:I = 0x7f0a0a88
|
||||
|
||||
.field public static final text2:I = 0x7f0a0a8a
|
||||
|
||||
.field public static final time:I = 0x7f0a0a9f
|
||||
|
||||
.field public static final title:I = 0x7f0a0aa0
|
||||
|
||||
.field public static final top:I = 0x7f0a0aa9
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,29 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$integer;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "integer"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final cancel_button_image_alpha:I = 0x7f0b0005
|
||||
|
||||
.field public static final status_bar_notification_info_maxnum:I = 0x7f0b0018
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,55 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$layout;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "layout"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action:I = 0x7f0d00a6
|
||||
|
||||
.field public static final notification_action_tombstone:I = 0x7f0d00a7
|
||||
|
||||
.field public static final notification_media_action:I = 0x7f0d00a8
|
||||
|
||||
.field public static final notification_media_cancel_action:I = 0x7f0d00a9
|
||||
|
||||
.field public static final notification_template_big_media:I = 0x7f0d00ab
|
||||
|
||||
.field public static final notification_template_big_media_custom:I = 0x7f0d00ac
|
||||
|
||||
.field public static final notification_template_big_media_narrow:I = 0x7f0d00ad
|
||||
|
||||
.field public static final notification_template_big_media_narrow_custom:I = 0x7f0d00ae
|
||||
|
||||
.field public static final notification_template_custom_big:I = 0x7f0d00af
|
||||
|
||||
.field public static final notification_template_icon_group:I = 0x7f0d00b0
|
||||
|
||||
.field public static final notification_template_lines_media:I = 0x7f0d00b1
|
||||
|
||||
.field public static final notification_template_media:I = 0x7f0d00b2
|
||||
|
||||
.field public static final notification_template_media_custom:I = 0x7f0d00b3
|
||||
|
||||
.field public static final notification_template_part_chronometer:I = 0x7f0d00b4
|
||||
|
||||
.field public static final notification_template_part_time:I = 0x7f0d00b5
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,27 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$string;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "string"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f121678
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,51 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$style;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "style"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final TextAppearance_Compat_Notification:I = 0x7f130233
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info:I = 0x7f130234
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info_Media:I = 0x7f130235
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2:I = 0x7f130236
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2_Media:I = 0x7f130237
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Media:I = 0x7f130238
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time:I = 0x7f130239
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time_Media:I = 0x7f13023a
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title:I = 0x7f13023b
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title_Media:I = 0x7f13023c
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionContainer:I = 0x7f1303f3
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionText:I = 0x7f1303f4
|
||||
|
||||
.field public static final Widget_Support_CoordinatorLayout:I = 0x7f130468
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,253 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R$styleable;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v4/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "styleable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final ColorStateListItem:[I
|
||||
|
||||
.field public static final ColorStateListItem_alpha:I = 0x2
|
||||
|
||||
.field public static final ColorStateListItem_android_alpha:I = 0x1
|
||||
|
||||
.field public static final ColorStateListItem_android_color:I = 0x0
|
||||
|
||||
.field public static final CoordinatorLayout:[I
|
||||
|
||||
.field public static final CoordinatorLayout_Layout:[I
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_android_layout_gravity:I = 0x0
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_anchor:I = 0x1
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_anchorGravity:I = 0x2
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_behavior:I = 0x3
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_dodgeInsetEdges:I = 0x4
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_insetEdge:I = 0x5
|
||||
|
||||
.field public static final CoordinatorLayout_Layout_layout_keyline:I = 0x6
|
||||
|
||||
.field public static final CoordinatorLayout_keylines:I = 0x0
|
||||
|
||||
.field public static final CoordinatorLayout_statusBarBackground:I = 0x1
|
||||
|
||||
.field public static final FontFamily:[I
|
||||
|
||||
.field public static final FontFamilyFont:[I
|
||||
|
||||
.field public static final FontFamilyFont_android_font:I = 0x0
|
||||
|
||||
.field public static final FontFamilyFont_android_fontStyle:I = 0x2
|
||||
|
||||
.field public static final FontFamilyFont_android_fontVariationSettings:I = 0x4
|
||||
|
||||
.field public static final FontFamilyFont_android_fontWeight:I = 0x1
|
||||
|
||||
.field public static final FontFamilyFont_android_ttcIndex:I = 0x3
|
||||
|
||||
.field public static final FontFamilyFont_font:I = 0x5
|
||||
|
||||
.field public static final FontFamilyFont_fontStyle:I = 0x6
|
||||
|
||||
.field public static final FontFamilyFont_fontVariationSettings:I = 0x7
|
||||
|
||||
.field public static final FontFamilyFont_fontWeight:I = 0x8
|
||||
|
||||
.field public static final FontFamilyFont_ttcIndex:I = 0x9
|
||||
|
||||
.field public static final FontFamily_fontProviderAuthority:I = 0x0
|
||||
|
||||
.field public static final FontFamily_fontProviderCerts:I = 0x1
|
||||
|
||||
.field public static final FontFamily_fontProviderFetchStrategy:I = 0x2
|
||||
|
||||
.field public static final FontFamily_fontProviderFetchTimeout:I = 0x3
|
||||
|
||||
.field public static final FontFamily_fontProviderPackage:I = 0x4
|
||||
|
||||
.field public static final FontFamily_fontProviderQuery:I = 0x5
|
||||
|
||||
.field public static final GradientColor:[I
|
||||
|
||||
.field public static final GradientColorItem:[I
|
||||
|
||||
.field public static final GradientColorItem_android_color:I = 0x0
|
||||
|
||||
.field public static final GradientColorItem_android_offset:I = 0x1
|
||||
|
||||
.field public static final GradientColor_android_centerColor:I = 0x7
|
||||
|
||||
.field public static final GradientColor_android_centerX:I = 0x3
|
||||
|
||||
.field public static final GradientColor_android_centerY:I = 0x4
|
||||
|
||||
.field public static final GradientColor_android_endColor:I = 0x1
|
||||
|
||||
.field public static final GradientColor_android_endX:I = 0xa
|
||||
|
||||
.field public static final GradientColor_android_endY:I = 0xb
|
||||
|
||||
.field public static final GradientColor_android_gradientRadius:I = 0x5
|
||||
|
||||
.field public static final GradientColor_android_startColor:I = 0x0
|
||||
|
||||
.field public static final GradientColor_android_startX:I = 0x8
|
||||
|
||||
.field public static final GradientColor_android_startY:I = 0x9
|
||||
|
||||
.field public static final GradientColor_android_tileMode:I = 0x6
|
||||
|
||||
.field public static final GradientColor_android_type:I = 0x2
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_0
|
||||
|
||||
sput-object v0, Landroidx/legacy/v4/R$styleable;->ColorStateListItem:[I
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
new-array v1, v0, [I
|
||||
|
||||
fill-array-data v1, :array_1
|
||||
|
||||
sput-object v1, Landroidx/legacy/v4/R$styleable;->CoordinatorLayout:[I
|
||||
|
||||
const/4 v1, 0x7
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_2
|
||||
|
||||
sput-object v1, Landroidx/legacy/v4/R$styleable;->CoordinatorLayout_Layout:[I
|
||||
|
||||
const/4 v1, 0x6
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_3
|
||||
|
||||
sput-object v1, Landroidx/legacy/v4/R$styleable;->FontFamily:[I
|
||||
|
||||
const/16 v1, 0xa
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_4
|
||||
|
||||
sput-object v1, Landroidx/legacy/v4/R$styleable;->FontFamilyFont:[I
|
||||
|
||||
const/16 v1, 0xc
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_5
|
||||
|
||||
sput-object v1, Landroidx/legacy/v4/R$styleable;->GradientColor:[I
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_6
|
||||
|
||||
sput-object v0, Landroidx/legacy/v4/R$styleable;->GradientColorItem:[I
|
||||
|
||||
return-void
|
||||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x10101a5
|
||||
0x101031f
|
||||
0x7f04003b
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x7f040378
|
||||
0x7f040535
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x10100b3
|
||||
0x7f040384
|
||||
0x7f040385
|
||||
0x7f040386
|
||||
0x7f0403b3
|
||||
0x7f0403c2
|
||||
0x7f0403c3
|
||||
.end array-data
|
||||
|
||||
:array_3
|
||||
.array-data 4
|
||||
0x7f04028f
|
||||
0x7f040290
|
||||
0x7f040291
|
||||
0x7f040292
|
||||
0x7f040293
|
||||
0x7f040294
|
||||
.end array-data
|
||||
|
||||
:array_4
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f04028d
|
||||
0x7f040295
|
||||
0x7f040296
|
||||
0x7f040297
|
||||
0x7f040600
|
||||
.end array-data
|
||||
|
||||
:array_5
|
||||
.array-data 4
|
||||
0x101019d
|
||||
0x101019e
|
||||
0x10101a1
|
||||
0x10101a2
|
||||
0x10101a3
|
||||
0x10101a4
|
||||
0x1010201
|
||||
0x101020b
|
||||
0x1010510
|
||||
0x1010511
|
||||
0x1010512
|
||||
0x1010513
|
||||
.end array-data
|
||||
|
||||
:array_6
|
||||
.array-data 4
|
||||
0x10101a5
|
||||
0x1010514
|
||||
.end array-data
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,29 +0,0 @@
|
|||
.class public final Landroidx/legacy/v4/R;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/v4/R$attr;,
|
||||
Landroidx/legacy/v4/R$color;,
|
||||
Landroidx/legacy/v4/R$dimen;,
|
||||
Landroidx/legacy/v4/R$drawable;,
|
||||
Landroidx/legacy/v4/R$id;,
|
||||
Landroidx/legacy/v4/R$integer;,
|
||||
Landroidx/legacy/v4/R$layout;,
|
||||
Landroidx/legacy/v4/R$string;,
|
||||
Landroidx/legacy/v4/R$style;,
|
||||
Landroidx/legacy/v4/R$styleable;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,152 +0,0 @@
|
|||
.class public Landroidx/legacy/widget/Space;
|
||||
.super Landroid/view/View;
|
||||
.source "Space.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0, p1, v0}, Landroidx/legacy/widget/Space;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0, p1, p2, v0}, Landroidx/legacy/widget/Space;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2, p3}, Landroid/view/View;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
||||
|
||||
invoke-virtual {p0}, Landroid/view/View;->getVisibility()I
|
||||
|
||||
move-result p1
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
const/4 p1, 0x4
|
||||
|
||||
invoke-virtual {p0, p1}, Landroid/view/View;->setVisibility(I)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static getDefaultSize2(II)I
|
||||
.locals 2
|
||||
|
||||
invoke-static {p1}, Landroid/view/View$MeasureSpec;->getMode(I)I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {p1}, Landroid/view/View$MeasureSpec;->getSize(I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/high16 v1, -0x80000000
|
||||
|
||||
if-eq v0, v1, :cond_1
|
||||
|
||||
const/high16 v1, 0x40000000 # 2.0f
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
move p0, p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
invoke-static {p0, p1}, Ljava/lang/Math;->min(II)I
|
||||
|
||||
move-result p0
|
||||
|
||||
:goto_0
|
||||
return p0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public draw(Landroid/graphics/Canvas;)V
|
||||
.locals 0
|
||||
.annotation build Landroid/annotation/SuppressLint;
|
||||
value = {
|
||||
"MissingSuperCall"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onMeasure(II)V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroid/view/View;->getSuggestedMinimumWidth()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0, p1}, Landroidx/legacy/widget/Space;->getDefaultSize2(II)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-virtual {p0}, Landroid/view/View;->getSuggestedMinimumHeight()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0, p2}, Landroidx/legacy/widget/Space;->getDefaultSize2(II)I
|
||||
|
||||
move-result p2
|
||||
|
||||
invoke-virtual {p0, p1, p2}, Landroid/view/View;->setMeasuredDimension(II)V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue