Changes of com.discord v923
This commit is contained in:
parent
e85c2cf0c0
commit
6d19e001e8
21296 changed files with 3125625 additions and 0 deletions
|
@ -0,0 +1,38 @@
|
|||
.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
|
|
@ -0,0 +1,24 @@
|
|||
.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
|
|
@ -0,0 +1,135 @@
|
|||
.class 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 = 0x8
|
||||
name = "SetIndicatorInfo"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field mSetHomeActionContentDescription:Ljava/lang/reflect/Method;
|
||||
|
||||
.field mSetHomeAsUpIndicator:Ljava/lang/reflect/Method;
|
||||
|
||||
.field mUpIndicatorView:Landroid/widget/ImageView;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method 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
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
move-object p1, v0
|
||||
|
||||
:goto_0
|
||||
nop
|
||||
|
||||
instance-of v0, p1, Landroid/widget/ImageView;
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
check-cast p1, Landroid/widget/ImageView;
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mUpIndicatorView:Landroid/widget/ImageView;
|
||||
|
||||
:cond_3
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,184 @@
|
|||
.class 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 = 0x0
|
||||
name = "SlideDrawable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final mHasMirroring:Z
|
||||
|
||||
.field private mOffset:F
|
||||
|
||||
.field private mPosition:F
|
||||
|
||||
.field private final mTmpRect:Landroid/graphics/Rect;
|
||||
|
||||
.field final synthetic this$0:Landroidx/legacy/app/ActionBarDrawerToggle;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/legacy/app/ActionBarDrawerToggle;Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 1
|
||||
|
||||
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
|
||||
|
||||
sget p2, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v0, 0x12
|
||||
|
||||
if-le p2, v0, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
:cond_0
|
||||
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}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->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}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->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}, Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;->invalidateSelf()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,879 @@
|
|||
.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 private static final ID_HOME:I = 0x102002c
|
||||
|
||||
.field private static final TAG:Ljava/lang/String; = "ActionBarDrawerToggle"
|
||||
|
||||
.field private static final THEME_ATTRS:[I
|
||||
|
||||
.field private static final TOGGLE_DRAWABLE_OFFSET:F = 0.33333334f
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final mActivity:Landroid/app/Activity;
|
||||
|
||||
.field private final mActivityImpl:Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
||||
|
||||
.field private final mCloseDrawerContentDescRes:I
|
||||
|
||||
.field private mDrawerImage:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
.field private final mDrawerImageResource:I
|
||||
|
||||
.field private mDrawerIndicatorEnabled:Z
|
||||
|
||||
.field private final mDrawerLayout:Landroidx/drawerlayout/widget/DrawerLayout;
|
||||
|
||||
.field private mHasCustomUpIndicator:Z
|
||||
|
||||
.field private mHomeAsUpIndicator:Landroid/graphics/drawable/Drawable;
|
||||
|
||||
.field private final mOpenDrawerContentDescRes:I
|
||||
|
||||
.field private mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
.field private mSlider:Landroidx/legacy/app/ActionBarDrawerToggle$SlideDrawable;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method 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;
|
||||
|
||||
iget-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 private 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
|
||||
|
||||
sget p0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
if-lt p0, v0, :cond_0
|
||||
|
||||
const/4 p0, 0x1
|
||||
|
||||
return p0
|
||||
|
||||
:cond_0
|
||||
const/4 p0, 0x0
|
||||
|
||||
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
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x12
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
if-lt v0, v1, :cond_2
|
||||
|
||||
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 v3, Landroidx/legacy/app/ActionBarDrawerToggle;->THEME_ATTRS:[I
|
||||
|
||||
const v4, 0x10102ce
|
||||
|
||||
invoke-virtual {v0, v1, v3, v4, v2}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0, v2}, 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
|
||||
|
||||
:cond_2
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
sget-object v1, Landroidx/legacy/app/ActionBarDrawerToggle;->THEME_ATTRS:[I
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/app/Activity;->obtainStyledAttributes([I)Landroid/content/res/TypedArray;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0, v2}, 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 4
|
||||
|
||||
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
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x12
|
||||
|
||||
if-lt v0, v1, :cond_2
|
||||
|
||||
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
|
||||
|
||||
:cond_2
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
if-nez v0, :cond_3
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
invoke-direct {v0, v1}, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;-><init>(Landroid/app/Activity;)V
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
:cond_3
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object v0, v0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mSetHomeAsUpIndicator:Ljava/lang/reflect/Method;
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
:try_start_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
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object v1, v1, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mSetHomeActionContentDescription:Ljava/lang/reflect/Method;
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
new-array v2, v2, [Ljava/lang/Object;
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
aput-object p1, v2, v3
|
||||
|
||||
invoke-virtual {v1, v0, v2}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/ActionBar;->getSubtitle()Ljava/lang/CharSequence;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {v0, p1}, Landroid/app/ActionBar;->setSubtitle(Ljava/lang/CharSequence;)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
const-string v0, "ActionBarDrawerToggle"
|
||||
|
||||
const-string v1, "Couldn\'t set content description via JB-MR2 API"
|
||||
|
||||
invoke-static {v0, v1, p1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
|
||||
|
||||
:cond_4
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
||||
.locals 6
|
||||
|
||||
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
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x12
|
||||
|
||||
if-lt v0, v1, :cond_2
|
||||
|
||||
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
|
||||
|
||||
:cond_2
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
if-nez v0, :cond_3
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mActivity:Landroid/app/Activity;
|
||||
|
||||
invoke-direct {v0, v1}, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;-><init>(Landroid/app/Activity;)V
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
:cond_3
|
||||
iget-object v0, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object v0, v0, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mSetHomeAsUpIndicator:Ljava/lang/reflect/Method;
|
||||
|
||||
const-string v1, "ActionBarDrawerToggle"
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
:try_start_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
|
||||
|
||||
iget-object v2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object v2, v2, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mSetHomeAsUpIndicator:Ljava/lang/reflect/Method;
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
new-array v4, v3, [Ljava/lang/Object;
|
||||
|
||||
const/4 v5, 0x0
|
||||
|
||||
aput-object p1, v4, v5
|
||||
|
||||
invoke-virtual {v2, v0, v4}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object p1, p1, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mSetHomeActionContentDescription:Ljava/lang/reflect/Method;
|
||||
|
||||
new-array v2, v3, [Ljava/lang/Object;
|
||||
|
||||
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
aput-object p2, v2, v5
|
||||
|
||||
invoke-virtual {p1, v0, v2}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
const-string p2, "Couldn\'t set home-as-up indicator via JB-MR2 API"
|
||||
|
||||
invoke-static {v1, p2, p1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
|
||||
|
||||
return-void
|
||||
|
||||
:cond_4
|
||||
iget-object p2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object p2, p2, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mUpIndicatorView:Landroid/widget/ImageView;
|
||||
|
||||
if-eqz p2, :cond_5
|
||||
|
||||
iget-object p2, p0, Landroidx/legacy/app/ActionBarDrawerToggle;->mSetIndicatorInfo:Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;
|
||||
|
||||
iget-object p2, p2, Landroidx/legacy/app/ActionBarDrawerToggle$SetIndicatorInfo;->mUpIndicatorView:Landroid/widget/ImageView;
|
||||
|
||||
invoke-virtual {p2, p1}, Landroid/widget/ImageView;->setImageDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_5
|
||||
const-string p1, "Couldn\'t set home-as-up indicator"
|
||||
|
||||
invoke-static {v1, p1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
||||
|
||||
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
|
20
com.discord/smali/androidx/legacy/app/ActivityCompat.smali
Normal file
20
com.discord/smali/androidx/legacy/app/ActivityCompat.smali
Normal file
|
@ -0,0 +1,20 @@
|
|||
.class public Landroidx/legacy/app/ActivityCompat;
|
||||
.super Landroidx/core/app/ActivityCompat;
|
||||
.source "ActivityCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method protected constructor <init>()V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Landroidx/core/app/ActivityCompat;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,38 @@
|
|||
.class Landroidx/legacy/app/FragmentCompat$FragmentCompatApi15Impl;
|
||||
.super Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0xf
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentCompat;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
name = "FragmentCompatApi15Impl"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/app/Fragment;->setUserVisibleHint(Z)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,48 @@
|
|||
.class Landroidx/legacy/app/FragmentCompat$FragmentCompatApi23Impl;
|
||||
.super Landroidx/legacy/app/FragmentCompat$FragmentCompatApi15Impl;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x17
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentCompat;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
name = "FragmentCompatApi23Impl"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi15Impl;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)V
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p1, p2, p3}, Landroid/app/Fragment;->requestPermissions([Ljava/lang/String;I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public shouldShowRequestPermissionRationale(Landroid/app/Fragment;Ljava/lang/String;)Z
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/app/Fragment;->shouldShowRequestPermissionRationale(Ljava/lang/String;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
|
@ -0,0 +1,38 @@
|
|||
.class Landroidx/legacy/app/FragmentCompat$FragmentCompatApi24Impl;
|
||||
.super Landroidx/legacy/app/FragmentCompat$FragmentCompatApi23Impl;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x18
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentCompat;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
name = "FragmentCompatApi24Impl"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi23Impl;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/app/Fragment;->setUserVisibleHint(Z)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,114 @@
|
|||
.class Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/Runnable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;->requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;
|
||||
|
||||
.field final synthetic val$fragment:Landroid/app/Fragment;
|
||||
|
||||
.field final synthetic val$permissions:[Ljava/lang/String;
|
||||
|
||||
.field final synthetic val$requestCode:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;[Ljava/lang/String;Landroid/app/Fragment;I)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->this$0:Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;
|
||||
|
||||
iput-object p2, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$permissions:[Ljava/lang/String;
|
||||
|
||||
iput-object p3, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$fragment:Landroid/app/Fragment;
|
||||
|
||||
iput p4, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$requestCode:I
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public run()V
|
||||
.locals 6
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$permissions:[Ljava/lang/String;
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$fragment:Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {v1}, Landroid/app/Fragment;->getActivity()Landroid/app/Activity;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-virtual {v1}, Landroid/content/Context;->getPackageManager()Landroid/content/pm/PackageManager;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-virtual {v1}, Landroid/content/Context;->getPackageName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v3, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$permissions:[Ljava/lang/String;
|
||||
|
||||
array-length v3, v3
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge v4, v3, :cond_1
|
||||
|
||||
iget-object v5, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$permissions:[Ljava/lang/String;
|
||||
|
||||
aget-object v5, v5, v4
|
||||
|
||||
invoke-virtual {v2, v5, v1}, Landroid/content/pm/PackageManager;->checkPermission(Ljava/lang/String;Ljava/lang/String;)I
|
||||
|
||||
move-result v5
|
||||
|
||||
aput v5, v0, v4
|
||||
|
||||
add-int/lit8 v4, v4, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v1, -0x1
|
||||
|
||||
invoke-static {v0, v1}, Ljava/util/Arrays;->fill([II)V
|
||||
|
||||
:cond_1
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$fragment:Landroid/app/Fragment;
|
||||
|
||||
check-cast v1, Landroidx/legacy/app/FragmentCompat$OnRequestPermissionsResultCallback;
|
||||
|
||||
iget v2, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$requestCode:I
|
||||
|
||||
iget-object v3, p0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;->val$permissions:[Ljava/lang/String;
|
||||
|
||||
invoke-interface {v1, v2, v3, v0}, Landroidx/legacy/app/FragmentCompat$OnRequestPermissionsResultCallback;->onRequestPermissionsResult(I[Ljava/lang/String;[I)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,63 @@
|
|||
.class Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentCompat;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
name = "FragmentCompatBaseImpl"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Landroid/os/Handler;
|
||||
|
||||
invoke-static {}, Landroid/os/Looper;->getMainLooper()Landroid/os/Looper;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-direct {v0, v1}, Landroid/os/Handler;-><init>(Landroid/os/Looper;)V
|
||||
|
||||
new-instance v1, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;
|
||||
|
||||
invoke-direct {v1, p0, p2, p1, p3}, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl$1;-><init>(Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;[Ljava/lang/String;Landroid/app/Fragment;I)V
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public shouldShowRequestPermissionRationale(Landroid/app/Fragment;Ljava/lang/String;)Z
|
||||
.locals 0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
|
@ -0,0 +1,25 @@
|
|||
.class interface abstract Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentCompat;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x608
|
||||
name = "FragmentCompatImpl"
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)V
|
||||
.end method
|
||||
|
||||
.method public abstract setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
.end method
|
||||
|
||||
.method public abstract shouldShowRequestPermissionRationale(Landroid/app/Fragment;Ljava/lang/String;)Z
|
||||
.end method
|
|
@ -0,0 +1,32 @@
|
|||
.class public interface abstract Landroidx/legacy/app/FragmentCompat$OnRequestPermissionsResultCallback;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentCompat;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x609
|
||||
name = "OnRequestPermissionsResultCallback"
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract onRequestPermissionsResult(I[Ljava/lang/String;[I)V
|
||||
.param p2 # [Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # [I
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
.end method
|
|
@ -0,0 +1,24 @@
|
|||
.class public interface abstract Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentCompat;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x609
|
||||
name = "PermissionCompatDelegate"
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)Z
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
.end method
|
198
com.discord/smali/androidx/legacy/app/FragmentCompat.smali
Normal file
198
com.discord/smali/androidx/legacy/app/FragmentCompat.smali
Normal file
|
@ -0,0 +1,198 @@
|
|||
.class public Landroidx/legacy/app/FragmentCompat;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/app/FragmentCompat$OnRequestPermissionsResultCallback;,
|
||||
Landroidx/legacy/app/FragmentCompat$FragmentCompatApi24Impl;,
|
||||
Landroidx/legacy/app/FragmentCompat$FragmentCompatApi23Impl;,
|
||||
Landroidx/legacy/app/FragmentCompat$FragmentCompatApi15Impl;,
|
||||
Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;,
|
||||
Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;,
|
||||
Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field static final IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
.field private static sDelegate:Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x18
|
||||
|
||||
if-lt v0, v1, :cond_0
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi24Impl;
|
||||
|
||||
invoke-direct {v0}, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi24Impl;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/legacy/app/FragmentCompat;->IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x17
|
||||
|
||||
if-lt v0, v1, :cond_1
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi23Impl;
|
||||
|
||||
invoke-direct {v0}, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi23Impl;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/legacy/app/FragmentCompat;->IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0xf
|
||||
|
||||
if-lt v0, v1, :cond_2
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi15Impl;
|
||||
|
||||
invoke-direct {v0}, Landroidx/legacy/app/FragmentCompat$FragmentCompatApi15Impl;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/legacy/app/FragmentCompat;->IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_2
|
||||
new-instance v0, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;
|
||||
|
||||
invoke-direct {v0}, Landroidx/legacy/app/FragmentCompat$FragmentCompatBaseImpl;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/legacy/app/FragmentCompat;->IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static getPermissionCompatDelegate()Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Landroidx/legacy/app/FragmentCompat;->sDelegate:Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)V
|
||||
.locals 1
|
||||
.param p0 # Landroid/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # [Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Landroidx/legacy/app/FragmentCompat;->sDelegate:Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {v0, p0, p1, p2}, Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;->requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
sget-object v0, Landroidx/legacy/app/FragmentCompat;->IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
invoke-interface {v0, p0, p1, p2}, Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;->requestPermissions(Landroid/app/Fragment;[Ljava/lang/String;I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static setMenuVisibility(Landroid/app/Fragment;Z)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0, p1}, Landroid/app/Fragment;->setMenuVisibility(Z)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static setPermissionCompatDelegate(Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
sput-object p0, Landroidx/legacy/app/FragmentCompat;->sDelegate:Landroidx/legacy/app/FragmentCompat$PermissionCompatDelegate;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Landroidx/legacy/app/FragmentCompat;->IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
invoke-interface {v0, p0, p1}, Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;->setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static shouldShowRequestPermissionRationale(Landroid/app/Fragment;Ljava/lang/String;)Z
|
||||
.locals 1
|
||||
.param p0 # Landroid/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Landroidx/legacy/app/FragmentCompat;->IMPL:Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;
|
||||
|
||||
invoke-interface {v0, p0, p1}, Landroidx/legacy/app/FragmentCompat$FragmentCompatImpl;->shouldShowRequestPermissionRationale(Landroid/app/Fragment;Ljava/lang/String;)Z
|
||||
|
||||
move-result p0
|
||||
|
||||
return p0
|
||||
.end method
|
330
com.discord/smali/androidx/legacy/app/FragmentPagerAdapter.smali
Normal file
330
com.discord/smali/androidx/legacy/app/FragmentPagerAdapter.smali
Normal file
|
@ -0,0 +1,330 @@
|
|||
.class public abstract Landroidx/legacy/app/FragmentPagerAdapter;
|
||||
.super Landroidx/viewpager/widget/PagerAdapter;
|
||||
.source "FragmentPagerAdapter.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final DEBUG:Z = false
|
||||
|
||||
.field private static final TAG:Ljava/lang/String; = "FragmentPagerAdapter"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
.field private mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
.field private final mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/app/FragmentManager;)V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Landroidx/viewpager/widget/PagerAdapter;-><init>()V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private static makeFragmentName(IJ)Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "android:switcher:"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p0, ":"
|
||||
|
||||
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public destroyItem(Landroid/view/ViewGroup;ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/FragmentManager;->beginTransaction()Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
:cond_0
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
check-cast p3, Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {p1, p3}, Landroid/app/FragmentTransaction;->detach(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public finishUpdate(Landroid/view/ViewGroup;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/FragmentTransaction;->commitAllowingStateLoss()I
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/FragmentManager;->executePendingTransactions()Z
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public abstract getItem(I)Landroid/app/Fragment;
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public getItemId(I)J
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
int-to-long v0, p1
|
||||
|
||||
return-wide v0
|
||||
.end method
|
||||
|
||||
.method public instantiateItem(Landroid/view/ViewGroup;I)Ljava/lang/Object;
|
||||
.locals 4
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/FragmentManager;->beginTransaction()Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0, p2}, Landroidx/legacy/app/FragmentPagerAdapter;->getItemId(I)J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/ViewGroup;->getId()I
|
||||
|
||||
move-result v2
|
||||
|
||||
invoke-static {v2, v0, v1}, Landroidx/legacy/app/FragmentPagerAdapter;->makeFragmentName(IJ)Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
iget-object v3, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v3, v2}, Landroid/app/FragmentManager;->findFragmentByTag(Ljava/lang/String;)Landroid/app/Fragment;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
invoke-virtual {p1, v2}, Landroid/app/FragmentTransaction;->attach(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {p0, p2}, Landroidx/legacy/app/FragmentPagerAdapter;->getItem(I)Landroid/app/Fragment;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
iget-object p2, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/ViewGroup;->getId()I
|
||||
|
||||
move-result v3
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/ViewGroup;->getId()I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-static {p1, v0, v1}, Landroidx/legacy/app/FragmentPagerAdapter;->makeFragmentName(IJ)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p2, v3, v2, p1}, Landroid/app/FragmentTransaction;->add(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;
|
||||
|
||||
:goto_0
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
if-eq v2, p1, :cond_2
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
invoke-virtual {v2, p1}, Landroid/app/Fragment;->setMenuVisibility(Z)V
|
||||
|
||||
invoke-static {v2, p1}, Landroidx/legacy/app/FragmentCompat;->setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
|
||||
:cond_2
|
||||
return-object v2
|
||||
.end method
|
||||
|
||||
.method public isViewFromObject(Landroid/view/View;Ljava/lang/Object;)Z
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
check-cast p2, Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {p2}, Landroid/app/Fragment;->getView()Landroid/view/View;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
if-ne p2, p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public restoreState(Landroid/os/Parcelable;Ljava/lang/ClassLoader;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public saveState()Landroid/os/Parcelable;
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public setPrimaryItem(Landroid/view/ViewGroup;ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
check-cast p3, Landroid/app/Fragment;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
if-eq p3, p1, :cond_2
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/app/Fragment;->setMenuVisibility(Z)V
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
invoke-static {p1, p2}, Landroidx/legacy/app/FragmentCompat;->setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
|
||||
:cond_0
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-virtual {p3, p1}, Landroid/app/Fragment;->setMenuVisibility(Z)V
|
||||
|
||||
invoke-static {p3, p1}, Landroidx/legacy/app/FragmentCompat;->setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
|
||||
:cond_1
|
||||
iput-object p3, p0, Landroidx/legacy/app/FragmentPagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public startUpdate(Landroid/view/ViewGroup;)V
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/ViewGroup;->getId()I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/4 v0, -0x1
|
||||
|
||||
if-eq p1, v0, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "ViewPager with adapter "
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, " requires a view id"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -0,0 +1,617 @@
|
|||
.class public abstract Landroidx/legacy/app/FragmentStatePagerAdapter;
|
||||
.super Landroidx/viewpager/widget/PagerAdapter;
|
||||
.source "FragmentStatePagerAdapter.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final DEBUG:Z = false
|
||||
|
||||
.field private static final TAG:Ljava/lang/String; = "FragStatePagerAdapter"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
.field private mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
.field private final mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
.field private mFragments:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
"Landroid/app/Fragment;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mSavedState:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
"Landroid/app/Fragment$SavedState;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/app/FragmentManager;)V
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Landroidx/viewpager/widget/PagerAdapter;-><init>()V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
new-instance v1, Ljava/util/ArrayList;
|
||||
|
||||
invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V
|
||||
|
||||
iput-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
new-instance v1, Ljava/util/ArrayList;
|
||||
|
||||
invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V
|
||||
|
||||
iput-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public destroyItem(Landroid/view/ViewGroup;ILjava/lang/Object;)V
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
check-cast p3, Landroid/app/Fragment;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/FragmentManager;->beginTransaction()Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
:cond_0
|
||||
:goto_0
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {p1}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-gt p1, p2, :cond_1
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {p1, v0}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {p3}, Landroid/app/Fragment;->isAdded()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_2
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v1, p3}, Landroid/app/FragmentManager;->saveFragmentInstanceState(Landroid/app/Fragment;)Landroid/app/Fragment$SavedState;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
move-object v1, v0
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {p1, p2, v1}, Ljava/util/ArrayList;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {p1, p2, v0}, Ljava/util/ArrayList;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
invoke-virtual {p1, p3}, Landroid/app/FragmentTransaction;->remove(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public finishUpdate(Landroid/view/ViewGroup;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/FragmentTransaction;->commitAllowingStateLoss()I
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/FragmentManager;->executePendingTransactions()Z
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public abstract getItem(I)Landroid/app/Fragment;
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public instantiateItem(Landroid/view/ViewGroup;I)Ljava/lang/Object;
|
||||
.locals 3
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-le v0, p2, :cond_0
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v0, p2}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Landroid/app/Fragment;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/FragmentManager;->beginTransaction()Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {p0, p2}, Landroidx/legacy/app/FragmentStatePagerAdapter;->getItem(I)Landroid/app/Fragment;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v1}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-le v1, p2, :cond_2
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Landroid/app/Fragment$SavedState;
|
||||
|
||||
if-eqz v1, :cond_2
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/app/Fragment;->setInitialSavedState(Landroid/app/Fragment$SavedState;)V
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v1}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-gt v1, p2, :cond_3
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_3
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/app/Fragment;->setMenuVisibility(Z)V
|
||||
|
||||
invoke-static {v0, v1}, Landroidx/legacy/app/FragmentCompat;->setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v1, p2, v0}, Ljava/util/ArrayList;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
iget-object p2, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurTransaction:Landroid/app/FragmentTransaction;
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/ViewGroup;->getId()I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-virtual {p2, p1, v0}, Landroid/app/FragmentTransaction;->add(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public isViewFromObject(Landroid/view/View;Ljava/lang/Object;)Z
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
check-cast p2, Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {p2}, Landroid/app/Fragment;->getView()Landroid/view/View;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
if-ne p2, p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public restoreState(Landroid/os/Parcelable;Ljava/lang/ClassLoader;)V
|
||||
.locals 5
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
check-cast p1, Landroid/os/Bundle;
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Bundle;->setClassLoader(Ljava/lang/ClassLoader;)V
|
||||
|
||||
const-string p2, "states"
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Bundle;->getParcelableArray(Ljava/lang/String;)[Landroid/os/Parcelable;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/ArrayList;->clear()V
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/ArrayList;->clear()V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
array-length v2, p2
|
||||
|
||||
if-ge v1, v2, :cond_0
|
||||
|
||||
iget-object v2, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
aget-object v3, p2, v1
|
||||
|
||||
check-cast v3, Landroid/app/Fragment$SavedState;
|
||||
|
||||
invoke-virtual {v2, v3}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p1}, Landroid/os/Bundle;->keySet()Ljava/util/Set;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p2}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
:cond_1
|
||||
:goto_1
|
||||
invoke-interface {p2}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_4
|
||||
|
||||
invoke-interface {p2}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Ljava/lang/String;
|
||||
|
||||
const-string v2, "f"
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/lang/String;->startsWith(Ljava/lang/String;)Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/lang/String;->substring(I)Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-static {v2}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
|
||||
|
||||
move-result v2
|
||||
|
||||
iget-object v3, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v3, p1, v1}, Landroid/app/FragmentManager;->getFragment(Landroid/os/Bundle;Ljava/lang/String;)Landroid/app/Fragment;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
if-eqz v3, :cond_3
|
||||
|
||||
:goto_2
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v1}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-gt v1, v2, :cond_2
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
invoke-virtual {v1, v4}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
invoke-static {v3, v0}, Landroidx/legacy/app/FragmentCompat;->setMenuVisibility(Landroid/app/Fragment;Z)V
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v1, v2, v3}, Ljava/util/ArrayList;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_3
|
||||
invoke-static {v1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-string v2, "Bad fragment at key "
|
||||
|
||||
invoke-virtual {v2, v1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-string v2, "FragStatePagerAdapter"
|
||||
|
||||
invoke-static {v2, v1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_4
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public saveState()Landroid/os/Parcelable;
|
||||
.locals 5
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-lez v0, :cond_0
|
||||
|
||||
new-instance v0, Landroid/os/Bundle;
|
||||
|
||||
invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v1}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
new-array v1, v1, [Landroid/app/Fragment$SavedState;
|
||||
|
||||
iget-object v2, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mSavedState:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v2, v1}, Ljava/util/ArrayList;->toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
const-string v2, "states"
|
||||
|
||||
invoke-virtual {v0, v2, v1}, Landroid/os/Bundle;->putParcelableArray(Ljava/lang/String;[Landroid/os/Parcelable;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_1
|
||||
iget-object v2, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v2}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v2
|
||||
|
||||
if-ge v1, v2, :cond_3
|
||||
|
||||
iget-object v2, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragments:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v2, v1}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
check-cast v2, Landroid/app/Fragment;
|
||||
|
||||
if-eqz v2, :cond_2
|
||||
|
||||
invoke-virtual {v2}, Landroid/app/Fragment;->isAdded()Z
|
||||
|
||||
move-result v3
|
||||
|
||||
if-eqz v3, :cond_2
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
new-instance v0, Landroid/os/Bundle;
|
||||
|
||||
invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
|
||||
|
||||
:cond_1
|
||||
invoke-static {v1}, Ljava/lang/String;->valueOf(I)Ljava/lang/String;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
const-string v4, "f"
|
||||
|
||||
invoke-virtual {v4, v3}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
iget-object v4, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v4, v0, v3, v2}, Landroid/app/FragmentManager;->putFragment(Landroid/os/Bundle;Ljava/lang/String;Landroid/app/Fragment;)V
|
||||
|
||||
:cond_2
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_3
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public setPrimaryItem(Landroid/view/ViewGroup;ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
check-cast p3, Landroid/app/Fragment;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
if-eq p3, p1, :cond_2
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/app/Fragment;->setMenuVisibility(Z)V
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
invoke-static {p1, p2}, Landroidx/legacy/app/FragmentCompat;->setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
|
||||
:cond_0
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-virtual {p3, p1}, Landroid/app/Fragment;->setMenuVisibility(Z)V
|
||||
|
||||
invoke-static {p3, p1}, Landroidx/legacy/app/FragmentCompat;->setUserVisibleHint(Landroid/app/Fragment;Z)V
|
||||
|
||||
:cond_1
|
||||
iput-object p3, p0, Landroidx/legacy/app/FragmentStatePagerAdapter;->mCurrentPrimaryItem:Landroid/app/Fragment;
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public startUpdate(Landroid/view/ViewGroup;)V
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/ViewGroup;->getId()I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/4 v0, -0x1
|
||||
|
||||
if-eq p1, v0, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "ViewPager with adapter "
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, " requires a view id"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -0,0 +1,53 @@
|
|||
.class Landroidx/legacy/app/FragmentTabHost$DummyTabFactory;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentTabHost.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/widget/TabHost$TabContentFactory;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentTabHost;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
name = "DummyTabFactory"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final mContext:Landroid/content/Context;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentTabHost$DummyTabFactory;->mContext:Landroid/content/Context;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public createTabContent(Ljava/lang/String;)Landroid/view/View;
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Landroid/view/View;
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentTabHost$DummyTabFactory;->mContext:Landroid/content/Context;
|
||||
|
||||
invoke-direct {p1, v0}, Landroid/view/View;-><init>(Landroid/content/Context;)V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/view/View;->setMinimumWidth(I)V
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/view/View;->setMinimumHeight(I)V
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -0,0 +1,76 @@
|
|||
.class final Landroidx/legacy/app/FragmentTabHost$SavedState$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentTabHost.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/os/Parcelable$Creator;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Landroid/os/Parcelable$Creator<",
|
||||
"Landroidx/legacy/app/FragmentTabHost$SavedState;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final createFromParcel(Landroid/os/Parcel;)Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
|
||||
invoke-direct {v0, p1}, Landroidx/legacy/app/FragmentTabHost$SavedState;-><init>(Landroid/os/Parcel;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final bridge synthetic createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p0, p1}, Landroidx/legacy/app/FragmentTabHost$SavedState$1;->createFromParcel(Landroid/os/Parcel;)Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final newArray(I)[Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
.locals 0
|
||||
|
||||
new-array p1, p1, [Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final bridge synthetic newArray(I)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p0, p1}, Landroidx/legacy/app/FragmentTabHost$SavedState$1;->newArray(I)[Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -0,0 +1,118 @@
|
|||
.class Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
.super Landroid/view/View$BaseSavedState;
|
||||
.source "FragmentTabHost.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentTabHost;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
name = "SavedState"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroid/os/Parcelable$Creator<",
|
||||
"Landroidx/legacy/app/FragmentTabHost$SavedState;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# instance fields
|
||||
.field curTab:Ljava/lang/String;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/FragmentTabHost$SavedState$1;
|
||||
|
||||
invoke-direct {v0}, Landroidx/legacy/app/FragmentTabHost$SavedState$1;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/legacy/app/FragmentTabHost$SavedState;->CREATOR:Landroid/os/Parcelable$Creator;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method constructor <init>(Landroid/os/Parcel;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/View$BaseSavedState;-><init>(Landroid/os/Parcel;)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentTabHost$SavedState;->curTab:Ljava/lang/String;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method constructor <init>(Landroid/os/Parcelable;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/View$BaseSavedState;-><init>(Landroid/os/Parcelable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "FragmentTabHost.SavedState{"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p0}, Ljava/lang/System;->identityHashCode(Ljava/lang/Object;)I
|
||||
|
||||
move-result v1
|
||||
|
||||
invoke-static {v1}, Ljava/lang/Integer;->toHexString(I)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, " curTab="
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentTabHost$SavedState;->curTab:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "}"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public writeToParcel(Landroid/os/Parcel;I)V
|
||||
.locals 0
|
||||
|
||||
invoke-super {p0, p1, p2}, Landroid/view/View$BaseSavedState;->writeToParcel(Landroid/os/Parcel;I)V
|
||||
|
||||
iget-object p2, p0, Landroidx/legacy/app/FragmentTabHost$SavedState;->curTab:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,57 @@
|
|||
.class final Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FragmentTabHost.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/app/FragmentTabHost;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = "TabInfo"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final args:Landroid/os/Bundle;
|
||||
|
||||
.field final clss:Ljava/lang/Class;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Class<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field fragment:Landroid/app/Fragment;
|
||||
|
||||
.field final tag:Ljava/lang/String;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Ljava/lang/String;Ljava/lang/Class;Landroid/os/Bundle;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/String;",
|
||||
"Ljava/lang/Class<",
|
||||
"*>;",
|
||||
"Landroid/os/Bundle;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->tag:Ljava/lang/String;
|
||||
|
||||
iput-object p2, p0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->clss:Ljava/lang/Class;
|
||||
|
||||
iput-object p3, p0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->args:Landroid/os/Bundle;
|
||||
|
||||
return-void
|
||||
.end method
|
750
com.discord/smali/androidx/legacy/app/FragmentTabHost.smali
Normal file
750
com.discord/smali/androidx/legacy/app/FragmentTabHost.smali
Normal file
|
@ -0,0 +1,750 @@
|
|||
.class public Landroidx/legacy/app/FragmentTabHost;
|
||||
.super Landroid/widget/TabHost;
|
||||
.source "FragmentTabHost.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/widget/TabHost$OnTabChangeListener;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/app/FragmentTabHost$SavedState;,
|
||||
Landroidx/legacy/app/FragmentTabHost$DummyTabFactory;,
|
||||
Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mAttached:Z
|
||||
|
||||
.field private mContainerId:I
|
||||
|
||||
.field private mContext:Landroid/content/Context;
|
||||
|
||||
.field private mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
.field private mLastTab:Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
.field private mOnTabChangeListener:Landroid/widget/TabHost$OnTabChangeListener;
|
||||
|
||||
.field private mRealTabContent:Landroid/widget/FrameLayout;
|
||||
|
||||
.field private final mTabs:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
"Landroidx/legacy/app/FragmentTabHost$TabInfo;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0, p1, v0}, Landroid/widget/TabHost;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
new-instance v1, Ljava/util/ArrayList;
|
||||
|
||||
invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V
|
||||
|
||||
iput-object v1, p0, Landroidx/legacy/app/FragmentTabHost;->mTabs:Ljava/util/ArrayList;
|
||||
|
||||
invoke-direct {p0, p1, v0}, Landroidx/legacy/app/FragmentTabHost;->initFragmentTabHost(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2}, Landroid/widget/TabHost;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
new-instance v0, Ljava/util/ArrayList;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentTabHost;->mTabs:Ljava/util/ArrayList;
|
||||
|
||||
invoke-direct {p0, p1, p2}, Landroidx/legacy/app/FragmentTabHost;->initFragmentTabHost(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private doTabChanged(Ljava/lang/String;Landroid/app/FragmentTransaction;)Landroid/app/FragmentTransaction;
|
||||
.locals 4
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
iget-object v2, p0, Landroidx/legacy/app/FragmentTabHost;->mTabs:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v2}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v2
|
||||
|
||||
if-ge v1, v2, :cond_1
|
||||
|
||||
iget-object v2, p0, Landroidx/legacy/app/FragmentTabHost;->mTabs:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v2, v1}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
check-cast v2, Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
iget-object v3, v2, Landroidx/legacy/app/FragmentTabHost$TabInfo;->tag:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {v3, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v3
|
||||
|
||||
if-eqz v3, :cond_0
|
||||
|
||||
move-object v0, v2
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
if-eqz v0, :cond_7
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mLastTab:Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
if-eq p1, v0, :cond_6
|
||||
|
||||
if-nez p2, :cond_2
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {p1}, Landroid/app/FragmentManager;->beginTransaction()Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
move-object p2, p1
|
||||
|
||||
:cond_2
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mLastTab:Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
iget-object p1, p1, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mLastTab:Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
iget-object p1, p1, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {p2, p1}, Landroid/app/FragmentTransaction;->detach(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
:cond_3
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
iget-object p1, v0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
if-nez p1, :cond_4
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mContext:Landroid/content/Context;
|
||||
|
||||
iget-object v1, v0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->clss:Ljava/lang/Class;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, v0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->args:Landroid/os/Bundle;
|
||||
|
||||
invoke-static {p1, v1, v2}, Landroid/app/Fragment;->instantiate(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;)Landroid/app/Fragment;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, v0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
iget p1, p0, Landroidx/legacy/app/FragmentTabHost;->mContainerId:I
|
||||
|
||||
iget-object v1, v0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
iget-object v2, v0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->tag:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p2, p1, v1, v2}, Landroid/app/FragmentTransaction;->add(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_4
|
||||
iget-object p1, v0, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {p2, p1}, Landroid/app/FragmentTransaction;->attach(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
:cond_5
|
||||
:goto_1
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentTabHost;->mLastTab:Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
:cond_6
|
||||
return-object p2
|
||||
|
||||
:cond_7
|
||||
new-instance p2, Ljava/lang/IllegalStateException;
|
||||
|
||||
invoke-static {p1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const-string v0, "No tab known for tag "
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:goto_2
|
||||
throw p2
|
||||
|
||||
:goto_3
|
||||
goto :goto_2
|
||||
.end method
|
||||
|
||||
.method private ensureContent()V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentTabHost;->mRealTabContent:Landroid/widget/FrameLayout;
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
iget v0, p0, Landroidx/legacy/app/FragmentTabHost;->mContainerId:I
|
||||
|
||||
invoke-virtual {p0, v0}, Landroidx/legacy/app/FragmentTabHost;->findViewById(I)Landroid/view/View;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Landroid/widget/FrameLayout;
|
||||
|
||||
iput-object v0, p0, Landroidx/legacy/app/FragmentTabHost;->mRealTabContent:Landroid/widget/FrameLayout;
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentTabHost;->mRealTabContent:Landroid/widget/FrameLayout;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IllegalStateException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v2, "No tab content FrameLayout found for id "
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
iget v2, p0, Landroidx/legacy/app/FragmentTabHost;->mContainerId:I
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_1
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private ensureHierarchy(Landroid/content/Context;)V
|
||||
.locals 7
|
||||
|
||||
const v0, 0x1020013
|
||||
|
||||
invoke-virtual {p0, v0}, Landroidx/legacy/app/FragmentTabHost;->findViewById(I)Landroid/view/View;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-nez v1, :cond_0
|
||||
|
||||
new-instance v1, Landroid/widget/LinearLayout;
|
||||
|
||||
invoke-direct {v1, p1}, Landroid/widget/LinearLayout;-><init>(Landroid/content/Context;)V
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
invoke-virtual {v1, v2}, Landroid/widget/LinearLayout;->setOrientation(I)V
|
||||
|
||||
new-instance v2, Landroid/widget/FrameLayout$LayoutParams;
|
||||
|
||||
const/4 v3, -0x1
|
||||
|
||||
invoke-direct {v2, v3, v3}, Landroid/widget/FrameLayout$LayoutParams;-><init>(II)V
|
||||
|
||||
invoke-virtual {p0, v1, v2}, Landroidx/legacy/app/FragmentTabHost;->addView(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
|
||||
|
||||
new-instance v2, Landroid/widget/TabWidget;
|
||||
|
||||
invoke-direct {v2, p1}, Landroid/widget/TabWidget;-><init>(Landroid/content/Context;)V
|
||||
|
||||
invoke-virtual {v2, v0}, Landroid/widget/TabWidget;->setId(I)V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-virtual {v2, v0}, Landroid/widget/TabWidget;->setOrientation(I)V
|
||||
|
||||
new-instance v4, Landroid/widget/LinearLayout$LayoutParams;
|
||||
|
||||
const/4 v5, -0x2
|
||||
|
||||
const/4 v6, 0x0
|
||||
|
||||
invoke-direct {v4, v3, v5, v6}, Landroid/widget/LinearLayout$LayoutParams;-><init>(IIF)V
|
||||
|
||||
invoke-virtual {v1, v2, v4}, Landroid/widget/LinearLayout;->addView(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
|
||||
|
||||
new-instance v2, Landroid/widget/FrameLayout;
|
||||
|
||||
invoke-direct {v2, p1}, Landroid/widget/FrameLayout;-><init>(Landroid/content/Context;)V
|
||||
|
||||
const v4, 0x1020011
|
||||
|
||||
invoke-virtual {v2, v4}, Landroid/widget/FrameLayout;->setId(I)V
|
||||
|
||||
new-instance v4, Landroid/widget/LinearLayout$LayoutParams;
|
||||
|
||||
invoke-direct {v4, v0, v0, v6}, Landroid/widget/LinearLayout$LayoutParams;-><init>(IIF)V
|
||||
|
||||
invoke-virtual {v1, v2, v4}, Landroid/widget/LinearLayout;->addView(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
|
||||
|
||||
new-instance v2, Landroid/widget/FrameLayout;
|
||||
|
||||
invoke-direct {v2, p1}, Landroid/widget/FrameLayout;-><init>(Landroid/content/Context;)V
|
||||
|
||||
iput-object v2, p0, Landroidx/legacy/app/FragmentTabHost;->mRealTabContent:Landroid/widget/FrameLayout;
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mRealTabContent:Landroid/widget/FrameLayout;
|
||||
|
||||
iget v4, p0, Landroidx/legacy/app/FragmentTabHost;->mContainerId:I
|
||||
|
||||
invoke-virtual {p1, v4}, Landroid/widget/FrameLayout;->setId(I)V
|
||||
|
||||
new-instance p1, Landroid/widget/LinearLayout$LayoutParams;
|
||||
|
||||
const/high16 v4, 0x3f800000 # 1.0f
|
||||
|
||||
invoke-direct {p1, v3, v0, v4}, Landroid/widget/LinearLayout$LayoutParams;-><init>(IIF)V
|
||||
|
||||
invoke-virtual {v1, v2, p1}, Landroid/widget/LinearLayout;->addView(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private initFragmentTabHost(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
.locals 3
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
const v2, 0x10100f3
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
invoke-virtual {p1, p2, v0, v1, v1}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p1, v1, v1}, Landroid/content/res/TypedArray;->getResourceId(II)I
|
||||
|
||||
move-result p2
|
||||
|
||||
iput p2, p0, Landroidx/legacy/app/FragmentTabHost;->mContainerId:I
|
||||
|
||||
invoke-virtual {p1}, Landroid/content/res/TypedArray;->recycle()V
|
||||
|
||||
invoke-super {p0, p0}, Landroid/widget/TabHost;->setOnTabChangedListener(Landroid/widget/TabHost$OnTabChangeListener;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public addTab(Landroid/widget/TabHost$TabSpec;Ljava/lang/Class;Landroid/os/Bundle;)V
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Landroid/widget/TabHost$TabSpec;",
|
||||
"Ljava/lang/Class<",
|
||||
"*>;",
|
||||
"Landroid/os/Bundle;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/legacy/app/FragmentTabHost$DummyTabFactory;
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentTabHost;->mContext:Landroid/content/Context;
|
||||
|
||||
invoke-direct {v0, v1}, Landroidx/legacy/app/FragmentTabHost$DummyTabFactory;-><init>(Landroid/content/Context;)V
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/widget/TabHost$TabSpec;->setContent(Landroid/widget/TabHost$TabContentFactory;)Landroid/widget/TabHost$TabSpec;
|
||||
|
||||
invoke-virtual {p1}, Landroid/widget/TabHost$TabSpec;->getTag()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
new-instance v1, Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
invoke-direct {v1, v0, p2, p3}, Landroidx/legacy/app/FragmentTabHost$TabInfo;-><init>(Ljava/lang/String;Ljava/lang/Class;Landroid/os/Bundle;)V
|
||||
|
||||
iget-boolean p2, p0, Landroidx/legacy/app/FragmentTabHost;->mAttached:Z
|
||||
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
iget-object p2, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {p2, v0}, Landroid/app/FragmentManager;->findFragmentByTag(Ljava/lang/String;)Landroid/app/Fragment;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
iput-object p2, v1, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
iget-object p2, v1, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
iget-object p2, v1, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {p2}, Landroid/app/Fragment;->isDetached()Z
|
||||
|
||||
move-result p2
|
||||
|
||||
if-nez p2, :cond_0
|
||||
|
||||
iget-object p2, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {p2}, Landroid/app/FragmentManager;->beginTransaction()Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
iget-object p3, v1, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {p2, p3}, Landroid/app/FragmentTransaction;->detach(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
invoke-virtual {p2}, Landroid/app/FragmentTransaction;->commit()I
|
||||
|
||||
:cond_0
|
||||
iget-object p2, p0, Landroidx/legacy/app/FragmentTabHost;->mTabs:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {p2, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
invoke-virtual {p0, p1}, Landroidx/legacy/app/FragmentTabHost;->addTab(Landroid/widget/TabHost$TabSpec;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onAttachedToWindow()V
|
||||
.locals 6
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0}, Landroid/widget/TabHost;->onAttachedToWindow()V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/legacy/app/FragmentTabHost;->getCurrentTabTag()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
:goto_0
|
||||
iget-object v3, p0, Landroidx/legacy/app/FragmentTabHost;->mTabs:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v3}, Ljava/util/ArrayList;->size()I
|
||||
|
||||
move-result v3
|
||||
|
||||
if-ge v2, v3, :cond_3
|
||||
|
||||
iget-object v3, p0, Landroidx/legacy/app/FragmentTabHost;->mTabs:Ljava/util/ArrayList;
|
||||
|
||||
invoke-virtual {v3, v2}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
check-cast v3, Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
iget-object v4, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
iget-object v5, v3, Landroidx/legacy/app/FragmentTabHost$TabInfo;->tag:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {v4, v5}, Landroid/app/FragmentManager;->findFragmentByTag(Ljava/lang/String;)Landroid/app/Fragment;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
iput-object v4, v3, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
iget-object v4, v3, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
if-eqz v4, :cond_2
|
||||
|
||||
iget-object v4, v3, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {v4}, Landroid/app/Fragment;->isDetached()Z
|
||||
|
||||
move-result v4
|
||||
|
||||
if-nez v4, :cond_2
|
||||
|
||||
iget-object v4, v3, Landroidx/legacy/app/FragmentTabHost$TabInfo;->tag:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {v4, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v4
|
||||
|
||||
if-eqz v4, :cond_0
|
||||
|
||||
iput-object v3, p0, Landroidx/legacy/app/FragmentTabHost;->mLastTab:Landroidx/legacy/app/FragmentTabHost$TabInfo;
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
if-nez v1, :cond_1
|
||||
|
||||
iget-object v1, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v1}, Landroid/app/FragmentManager;->beginTransaction()Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
:cond_1
|
||||
iget-object v3, v3, Landroidx/legacy/app/FragmentTabHost$TabInfo;->fragment:Landroid/app/Fragment;
|
||||
|
||||
invoke-virtual {v1, v3}, Landroid/app/FragmentTransaction;->detach(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;
|
||||
|
||||
:cond_2
|
||||
:goto_1
|
||||
add-int/lit8 v2, v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_3
|
||||
const/4 v2, 0x1
|
||||
|
||||
iput-boolean v2, p0, Landroidx/legacy/app/FragmentTabHost;->mAttached:Z
|
||||
|
||||
invoke-direct {p0, v0, v1}, Landroidx/legacy/app/FragmentTabHost;->doTabChanged(Ljava/lang/String;Landroid/app/FragmentTransaction;)Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/FragmentTransaction;->commit()I
|
||||
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/FragmentManager;->executePendingTransactions()Z
|
||||
|
||||
:cond_4
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onDetachedFromWindow()V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0}, Landroid/widget/TabHost;->onDetachedFromWindow()V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
iput-boolean v0, p0, Landroidx/legacy/app/FragmentTabHost;->mAttached:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onRestoreInstanceState(Landroid/os/Parcelable;)V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
instance-of v0, p1, Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
invoke-super {p0, p1}, Landroid/widget/TabHost;->onRestoreInstanceState(Landroid/os/Parcelable;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
check-cast p1, Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
|
||||
invoke-virtual {p1}, Landroidx/legacy/app/FragmentTabHost$SavedState;->getSuperState()Landroid/os/Parcelable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-super {p0, v0}, Landroid/widget/TabHost;->onRestoreInstanceState(Landroid/os/Parcelable;)V
|
||||
|
||||
iget-object p1, p1, Landroidx/legacy/app/FragmentTabHost$SavedState;->curTab:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p0, p1}, Landroidx/legacy/app/FragmentTabHost;->setCurrentTabByTag(Ljava/lang/String;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onSaveInstanceState()Landroid/os/Parcelable;
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-super {p0}, Landroid/widget/TabHost;->onSaveInstanceState()Landroid/os/Parcelable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
new-instance v1, Landroidx/legacy/app/FragmentTabHost$SavedState;
|
||||
|
||||
invoke-direct {v1, v0}, Landroidx/legacy/app/FragmentTabHost$SavedState;-><init>(Landroid/os/Parcelable;)V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/legacy/app/FragmentTabHost;->getCurrentTabTag()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iput-object v0, v1, Landroidx/legacy/app/FragmentTabHost$SavedState;->curTab:Ljava/lang/String;
|
||||
|
||||
return-object v1
|
||||
.end method
|
||||
|
||||
.method public onTabChanged(Ljava/lang/String;)V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Landroidx/legacy/app/FragmentTabHost;->mAttached:Z
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0, p1, v0}, Landroidx/legacy/app/FragmentTabHost;->doTabChanged(Ljava/lang/String;Landroid/app/FragmentTransaction;)Landroid/app/FragmentTransaction;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/FragmentTransaction;->commit()I
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/legacy/app/FragmentTabHost;->mOnTabChangeListener:Landroid/widget/TabHost$OnTabChangeListener;
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-interface {v0, p1}, Landroid/widget/TabHost$OnTabChangeListener;->onTabChanged(Ljava/lang/String;)V
|
||||
|
||||
:cond_1
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setOnTabChangedListener(Landroid/widget/TabHost$OnTabChangeListener;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mOnTabChangeListener:Landroid/widget/TabHost$OnTabChangeListener;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setup()V
|
||||
.locals 2
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v1, "Must call setup() that takes a Context and FragmentManager"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public setup(Landroid/content/Context;Landroid/app/FragmentManager;)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1}, Landroidx/legacy/app/FragmentTabHost;->ensureHierarchy(Landroid/content/Context;)V
|
||||
|
||||
invoke-super {p0}, Landroid/widget/TabHost;->setup()V
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mContext:Landroid/content/Context;
|
||||
|
||||
iput-object p2, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/FragmentTabHost;->ensureContent()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setup(Landroid/content/Context;Landroid/app/FragmentManager;I)V
|
||||
.locals 0
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1}, Landroidx/legacy/app/FragmentTabHost;->ensureHierarchy(Landroid/content/Context;)V
|
||||
|
||||
invoke-super {p0}, Landroid/widget/TabHost;->setup()V
|
||||
|
||||
iput-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mContext:Landroid/content/Context;
|
||||
|
||||
iput-object p2, p0, Landroidx/legacy/app/FragmentTabHost;->mFragmentManager:Landroid/app/FragmentManager;
|
||||
|
||||
iput p3, p0, Landroidx/legacy/app/FragmentTabHost;->mContainerId:I
|
||||
|
||||
invoke-direct {p0}, Landroidx/legacy/app/FragmentTabHost;->ensureContent()V
|
||||
|
||||
iget-object p1, p0, Landroidx/legacy/app/FragmentTabHost;->mRealTabContent:Landroid/widget/FrameLayout;
|
||||
|
||||
invoke-virtual {p1, p3}, Landroid/widget/FrameLayout;->setId(I)V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/legacy/app/FragmentTabHost;->getId()I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/4 p2, -0x1
|
||||
|
||||
if-ne p1, p2, :cond_0
|
||||
|
||||
const p1, 0x1020012
|
||||
|
||||
invoke-virtual {p0, p1}, Landroidx/legacy/app/FragmentTabHost;->setId(I)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,216 @@
|
|||
.class public abstract Landroidx/legacy/content/WakefulBroadcastReceiver;
|
||||
.super Landroid/content/BroadcastReceiver;
|
||||
.source "WakefulBroadcastReceiver.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final EXTRA_WAKE_LOCK_ID:Ljava/lang/String; = "androidx.contentpager.content.wakelockid"
|
||||
|
||||
.field private static mNextId:I
|
||||
|
||||
.field private static final sActiveWakeLocks:Landroid/util/SparseArray;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroid/util/SparseArray<",
|
||||
"Landroid/os/PowerManager$WakeLock;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
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 4
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
const-string v1, "androidx.contentpager.content.wakelockid"
|
||||
|
||||
invoke-virtual {p0, v1, v0}, Landroid/content/Intent;->getIntExtra(Ljava/lang/String;I)I
|
||||
|
||||
move-result p0
|
||||
|
||||
if-nez p0, :cond_0
|
||||
|
||||
return v0
|
||||
|
||||
: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."
|
||||
|
||||
const-string v3, "No active wake lock id #"
|
||||
|
||||
invoke-static {p0}, Ljava/lang/String;->valueOf(I)Ljava/lang/String;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-virtual {v3, p0}, Ljava/lang/String;->concat(Ljava/lang/String;)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;
|
||||
|
||||
const-string v4, "androidx.core:wake:"
|
||||
|
||||
invoke-direct {v2, v4}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
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
|
68
com.discord/smali/androidx/legacy/coreui/R$attr.smali
Normal file
68
com.discord/smali/androidx/legacy/coreui/R$attr.smali
Normal file
|
@ -0,0 +1,68 @@
|
|||
.class public final Landroidx/legacy/coreui/R$attr;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f040030
|
||||
|
||||
.field public static final coordinatorLayoutStyle:I = 0x7f0400d2
|
||||
|
||||
.field public static final font:I = 0x7f04013b
|
||||
|
||||
.field public static final fontProviderAuthority:I = 0x7f04013d
|
||||
|
||||
.field public static final fontProviderCerts:I = 0x7f04013e
|
||||
|
||||
.field public static final fontProviderFetchStrategy:I = 0x7f04013f
|
||||
|
||||
.field public static final fontProviderFetchTimeout:I = 0x7f040140
|
||||
|
||||
.field public static final fontProviderPackage:I = 0x7f040141
|
||||
|
||||
.field public static final fontProviderQuery:I = 0x7f040142
|
||||
|
||||
.field public static final fontStyle:I = 0x7f040143
|
||||
|
||||
.field public static final fontVariationSettings:I = 0x7f040144
|
||||
|
||||
.field public static final fontWeight:I = 0x7f040145
|
||||
|
||||
.field public static final keylines:I = 0x7f0401f1
|
||||
|
||||
.field public static final layout_anchor:I = 0x7f0401f7
|
||||
|
||||
.field public static final layout_anchorGravity:I = 0x7f0401f8
|
||||
|
||||
.field public static final layout_behavior:I = 0x7f0401f9
|
||||
|
||||
.field public static final layout_dodgeInsetEdges:I = 0x7f040225
|
||||
|
||||
.field public static final layout_insetEdge:I = 0x7f040231
|
||||
|
||||
.field public static final layout_keyline:I = 0x7f040232
|
||||
|
||||
.field public static final statusBarBackground:I = 0x7f0402fe
|
||||
|
||||
.field public static final ttcIndex:I = 0x7f0403b5
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
34
com.discord/smali/androidx/legacy/coreui/R$color.smali
Normal file
34
com.discord/smali/androidx/legacy/coreui/R$color.smali
Normal file
|
@ -0,0 +1,34 @@
|
|||
.class public final Landroidx/legacy/coreui/R$color;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0600b5
|
||||
|
||||
.field public static final notification_icon_bg_color:I = 0x7f0600b6
|
||||
|
||||
.field public static final ripple_material_light:I = 0x7f0600fa
|
||||
|
||||
.field public static final secondary_text_default_material_light:I = 0x7f0600fc
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
70
com.discord/smali/androidx/legacy/coreui/R$dimen.smali
Normal file
70
com.discord/smali/androidx/legacy/coreui/R$dimen.smali
Normal file
|
@ -0,0 +1,70 @@
|
|||
.class public final Landroidx/legacy/coreui/R$dimen;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f070076
|
||||
|
||||
.field public static final compat_button_inset_vertical_material:I = 0x7f070077
|
||||
|
||||
.field public static final compat_button_padding_horizontal_material:I = 0x7f070078
|
||||
|
||||
.field public static final compat_button_padding_vertical_material:I = 0x7f070079
|
||||
|
||||
.field public static final compat_control_corner_material:I = 0x7f07007a
|
||||
|
||||
.field public static final compat_notification_large_icon_max_height:I = 0x7f07007b
|
||||
|
||||
.field public static final compat_notification_large_icon_max_width:I = 0x7f07007c
|
||||
|
||||
.field public static final notification_action_icon_size:I = 0x7f070105
|
||||
|
||||
.field public static final notification_action_text_size:I = 0x7f070106
|
||||
|
||||
.field public static final notification_big_circle_margin:I = 0x7f070107
|
||||
|
||||
.field public static final notification_content_margin_start:I = 0x7f070108
|
||||
|
||||
.field public static final notification_large_icon_height:I = 0x7f070109
|
||||
|
||||
.field public static final notification_large_icon_width:I = 0x7f07010a
|
||||
|
||||
.field public static final notification_main_column_padding_top:I = 0x7f07010b
|
||||
|
||||
.field public static final notification_media_narrow_margin:I = 0x7f07010c
|
||||
|
||||
.field public static final notification_right_icon_size:I = 0x7f07010d
|
||||
|
||||
.field public static final notification_right_side_padding_top:I = 0x7f07010e
|
||||
|
||||
.field public static final notification_small_icon_background_padding:I = 0x7f07010f
|
||||
|
||||
.field public static final notification_small_icon_size_as_large:I = 0x7f070110
|
||||
|
||||
.field public static final notification_subtext_size:I = 0x7f070111
|
||||
|
||||
.field public static final notification_top_pad:I = 0x7f070112
|
||||
|
||||
.field public static final notification_top_pad_large_text:I = 0x7f070113
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
50
com.discord/smali/androidx/legacy/coreui/R$drawable.smali
Normal file
50
com.discord/smali/androidx/legacy/coreui/R$drawable.smali
Normal file
|
@ -0,0 +1,50 @@
|
|||
.class public final Landroidx/legacy/coreui/R$drawable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f08040b
|
||||
|
||||
.field public static final notification_bg:I = 0x7f08040c
|
||||
|
||||
.field public static final notification_bg_low:I = 0x7f08040d
|
||||
|
||||
.field public static final notification_bg_low_normal:I = 0x7f08040e
|
||||
|
||||
.field public static final notification_bg_low_pressed:I = 0x7f08040f
|
||||
|
||||
.field public static final notification_bg_normal:I = 0x7f080410
|
||||
|
||||
.field public static final notification_bg_normal_pressed:I = 0x7f080411
|
||||
|
||||
.field public static final notification_icon_background:I = 0x7f080412
|
||||
|
||||
.field public static final notification_template_icon_bg:I = 0x7f080413
|
||||
|
||||
.field public static final notification_template_icon_low_bg:I = 0x7f080414
|
||||
|
||||
.field public static final notification_tile_bg:I = 0x7f080415
|
||||
|
||||
.field public static final notify_panel_notification_icon_bg:I = 0x7f080416
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
96
com.discord/smali/androidx/legacy/coreui/R$id.smali
Normal file
96
com.discord/smali/androidx/legacy/coreui/R$id.smali
Normal file
|
@ -0,0 +1,96 @@
|
|||
.class public final Landroidx/legacy/coreui/R$id;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0a0018
|
||||
|
||||
.field public static final action_divider:I = 0x7f0a001a
|
||||
|
||||
.field public static final action_image:I = 0x7f0a001b
|
||||
|
||||
.field public static final action_text:I = 0x7f0a0021
|
||||
|
||||
.field public static final actions:I = 0x7f0a0022
|
||||
|
||||
.field public static final async:I = 0x7f0a005f
|
||||
|
||||
.field public static final blocking:I = 0x7f0a00ac
|
||||
|
||||
.field public static final bottom:I = 0x7f0a00e4
|
||||
|
||||
.field public static final chronometer:I = 0x7f0a01f3
|
||||
|
||||
.field public static final end:I = 0x7f0a0296
|
||||
|
||||
.field public static final forever:I = 0x7f0a02bf
|
||||
|
||||
.field public static final icon:I = 0x7f0a0356
|
||||
|
||||
.field public static final icon_group:I = 0x7f0a0357
|
||||
|
||||
.field public static final info:I = 0x7f0a036c
|
||||
|
||||
.field public static final italic:I = 0x7f0a0399
|
||||
|
||||
.field public static final left:I = 0x7f0a03da
|
||||
|
||||
.field public static final line1:I = 0x7f0a03dc
|
||||
|
||||
.field public static final line3:I = 0x7f0a03dd
|
||||
|
||||
.field public static final none:I = 0x7f0a045d
|
||||
|
||||
.field public static final normal:I = 0x7f0a045e
|
||||
|
||||
.field public static final notification_background:I = 0x7f0a0465
|
||||
|
||||
.field public static final notification_main_column:I = 0x7f0a0466
|
||||
|
||||
.field public static final notification_main_column_container:I = 0x7f0a0467
|
||||
|
||||
.field public static final right:I = 0x7f0a0528
|
||||
|
||||
.field public static final right_icon:I = 0x7f0a0529
|
||||
|
||||
.field public static final right_side:I = 0x7f0a052a
|
||||
|
||||
.field public static final start:I = 0x7f0a06be
|
||||
|
||||
.field public static final tag_transition_group:I = 0x7f0a06e4
|
||||
|
||||
.field public static final tag_unhandled_key_event_manager:I = 0x7f0a06e5
|
||||
|
||||
.field public static final tag_unhandled_key_listeners:I = 0x7f0a06e6
|
||||
|
||||
.field public static final text:I = 0x7f0a06eb
|
||||
|
||||
.field public static final text2:I = 0x7f0a06ec
|
||||
|
||||
.field public static final time:I = 0x7f0a06fa
|
||||
|
||||
.field public static final title:I = 0x7f0a06fb
|
||||
|
||||
.field public static final top:I = 0x7f0a0702
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
28
com.discord/smali/androidx/legacy/coreui/R$integer.smali
Normal file
28
com.discord/smali/androidx/legacy/coreui/R$integer.smali
Normal file
|
@ -0,0 +1,28 @@
|
|||
.class public final Landroidx/legacy/coreui/R$integer;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0b0010
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
38
com.discord/smali/androidx/legacy/coreui/R$layout.smali
Normal file
38
com.discord/smali/androidx/legacy/coreui/R$layout.smali
Normal file
|
@ -0,0 +1,38 @@
|
|||
.class public final Landroidx/legacy/coreui/R$layout;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0d0040
|
||||
|
||||
.field public static final notification_action_tombstone:I = 0x7f0d0041
|
||||
|
||||
.field public static final notification_template_custom_big:I = 0x7f0d0048
|
||||
|
||||
.field public static final notification_template_icon_group:I = 0x7f0d0049
|
||||
|
||||
.field public static final notification_template_part_chronometer:I = 0x7f0d004d
|
||||
|
||||
.field public static final notification_template_part_time:I = 0x7f0d004e
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
28
com.discord/smali/androidx/legacy/coreui/R$string.smali
Normal file
28
com.discord/smali/androidx/legacy/coreui/R$string.smali
Normal file
|
@ -0,0 +1,28 @@
|
|||
.class public final Landroidx/legacy/coreui/R$string;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f121006
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
42
com.discord/smali/androidx/legacy/coreui/R$style.smali
Normal file
42
com.discord/smali/androidx/legacy/coreui/R$style.smali
Normal file
|
@ -0,0 +1,42 @@
|
|||
.class public final Landroidx/legacy/coreui/R$style;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f130180
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info:I = 0x7f130181
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2:I = 0x7f130183
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time:I = 0x7f130186
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title:I = 0x7f130188
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionContainer:I = 0x7f1302f2
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionText:I = 0x7f1302f3
|
||||
|
||||
.field public static final Widget_Support_CoordinatorLayout:I = 0x7f130322
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
254
com.discord/smali/androidx/legacy/coreui/R$styleable.smali
Normal file
254
com.discord/smali/androidx/legacy/coreui/R$styleable.smali
Normal file
|
@ -0,0 +1,254 @@
|
|||
.class public final Landroidx/legacy/coreui/R$styleable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 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
|
||||
0x7f040030
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x7f0401f1
|
||||
0x7f0402fe
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x10100b3
|
||||
0x7f0401f7
|
||||
0x7f0401f8
|
||||
0x7f0401f9
|
||||
0x7f040225
|
||||
0x7f040231
|
||||
0x7f040232
|
||||
.end array-data
|
||||
|
||||
:array_3
|
||||
.array-data 4
|
||||
0x7f04013d
|
||||
0x7f04013e
|
||||
0x7f04013f
|
||||
0x7f040140
|
||||
0x7f040141
|
||||
0x7f040142
|
||||
.end array-data
|
||||
|
||||
:array_4
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f04013b
|
||||
0x7f040143
|
||||
0x7f040144
|
||||
0x7f040145
|
||||
0x7f0403b5
|
||||
.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 private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
30
com.discord/smali/androidx/legacy/coreui/R.smali
Normal file
30
com.discord/smali/androidx/legacy/coreui/R.smali
Normal file
|
@ -0,0 +1,30 @@
|
|||
.class public final Landroidx/legacy/coreui/R;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/coreui/R$styleable;,
|
||||
Landroidx/legacy/coreui/R$style;,
|
||||
Landroidx/legacy/coreui/R$string;,
|
||||
Landroidx/legacy/coreui/R$layout;,
|
||||
Landroidx/legacy/coreui/R$integer;,
|
||||
Landroidx/legacy/coreui/R$id;,
|
||||
Landroidx/legacy/coreui/R$drawable;,
|
||||
Landroidx/legacy/coreui/R$dimen;,
|
||||
Landroidx/legacy/coreui/R$color;,
|
||||
Landroidx/legacy/coreui/R$attr;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
50
com.discord/smali/androidx/legacy/coreutils/R$attr.smali
Normal file
50
com.discord/smali/androidx/legacy/coreutils/R$attr.smali
Normal file
|
@ -0,0 +1,50 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$attr;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f040030
|
||||
|
||||
.field public static final font:I = 0x7f04013b
|
||||
|
||||
.field public static final fontProviderAuthority:I = 0x7f04013d
|
||||
|
||||
.field public static final fontProviderCerts:I = 0x7f04013e
|
||||
|
||||
.field public static final fontProviderFetchStrategy:I = 0x7f04013f
|
||||
|
||||
.field public static final fontProviderFetchTimeout:I = 0x7f040140
|
||||
|
||||
.field public static final fontProviderPackage:I = 0x7f040141
|
||||
|
||||
.field public static final fontProviderQuery:I = 0x7f040142
|
||||
|
||||
.field public static final fontStyle:I = 0x7f040143
|
||||
|
||||
.field public static final fontVariationSettings:I = 0x7f040144
|
||||
|
||||
.field public static final fontWeight:I = 0x7f040145
|
||||
|
||||
.field public static final ttcIndex:I = 0x7f0403b5
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
34
com.discord/smali/androidx/legacy/coreutils/R$color.smali
Normal file
34
com.discord/smali/androidx/legacy/coreutils/R$color.smali
Normal file
|
@ -0,0 +1,34 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$color;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0600b5
|
||||
|
||||
.field public static final notification_icon_bg_color:I = 0x7f0600b6
|
||||
|
||||
.field public static final ripple_material_light:I = 0x7f0600fa
|
||||
|
||||
.field public static final secondary_text_default_material_light:I = 0x7f0600fc
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
70
com.discord/smali/androidx/legacy/coreutils/R$dimen.smali
Normal file
70
com.discord/smali/androidx/legacy/coreutils/R$dimen.smali
Normal file
|
@ -0,0 +1,70 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$dimen;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f070076
|
||||
|
||||
.field public static final compat_button_inset_vertical_material:I = 0x7f070077
|
||||
|
||||
.field public static final compat_button_padding_horizontal_material:I = 0x7f070078
|
||||
|
||||
.field public static final compat_button_padding_vertical_material:I = 0x7f070079
|
||||
|
||||
.field public static final compat_control_corner_material:I = 0x7f07007a
|
||||
|
||||
.field public static final compat_notification_large_icon_max_height:I = 0x7f07007b
|
||||
|
||||
.field public static final compat_notification_large_icon_max_width:I = 0x7f07007c
|
||||
|
||||
.field public static final notification_action_icon_size:I = 0x7f070105
|
||||
|
||||
.field public static final notification_action_text_size:I = 0x7f070106
|
||||
|
||||
.field public static final notification_big_circle_margin:I = 0x7f070107
|
||||
|
||||
.field public static final notification_content_margin_start:I = 0x7f070108
|
||||
|
||||
.field public static final notification_large_icon_height:I = 0x7f070109
|
||||
|
||||
.field public static final notification_large_icon_width:I = 0x7f07010a
|
||||
|
||||
.field public static final notification_main_column_padding_top:I = 0x7f07010b
|
||||
|
||||
.field public static final notification_media_narrow_margin:I = 0x7f07010c
|
||||
|
||||
.field public static final notification_right_icon_size:I = 0x7f07010d
|
||||
|
||||
.field public static final notification_right_side_padding_top:I = 0x7f07010e
|
||||
|
||||
.field public static final notification_small_icon_background_padding:I = 0x7f07010f
|
||||
|
||||
.field public static final notification_small_icon_size_as_large:I = 0x7f070110
|
||||
|
||||
.field public static final notification_subtext_size:I = 0x7f070111
|
||||
|
||||
.field public static final notification_top_pad:I = 0x7f070112
|
||||
|
||||
.field public static final notification_top_pad_large_text:I = 0x7f070113
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
50
com.discord/smali/androidx/legacy/coreutils/R$drawable.smali
Normal file
50
com.discord/smali/androidx/legacy/coreutils/R$drawable.smali
Normal file
|
@ -0,0 +1,50 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$drawable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f08040b
|
||||
|
||||
.field public static final notification_bg:I = 0x7f08040c
|
||||
|
||||
.field public static final notification_bg_low:I = 0x7f08040d
|
||||
|
||||
.field public static final notification_bg_low_normal:I = 0x7f08040e
|
||||
|
||||
.field public static final notification_bg_low_pressed:I = 0x7f08040f
|
||||
|
||||
.field public static final notification_bg_normal:I = 0x7f080410
|
||||
|
||||
.field public static final notification_bg_normal_pressed:I = 0x7f080411
|
||||
|
||||
.field public static final notification_icon_background:I = 0x7f080412
|
||||
|
||||
.field public static final notification_template_icon_bg:I = 0x7f080413
|
||||
|
||||
.field public static final notification_template_icon_low_bg:I = 0x7f080414
|
||||
|
||||
.field public static final notification_tile_bg:I = 0x7f080415
|
||||
|
||||
.field public static final notify_panel_notification_icon_bg:I = 0x7f080416
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
82
com.discord/smali/androidx/legacy/coreutils/R$id.smali
Normal file
82
com.discord/smali/androidx/legacy/coreutils/R$id.smali
Normal file
|
@ -0,0 +1,82 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$id;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0a0018
|
||||
|
||||
.field public static final action_divider:I = 0x7f0a001a
|
||||
|
||||
.field public static final action_image:I = 0x7f0a001b
|
||||
|
||||
.field public static final action_text:I = 0x7f0a0021
|
||||
|
||||
.field public static final actions:I = 0x7f0a0022
|
||||
|
||||
.field public static final async:I = 0x7f0a005f
|
||||
|
||||
.field public static final blocking:I = 0x7f0a00ac
|
||||
|
||||
.field public static final chronometer:I = 0x7f0a01f3
|
||||
|
||||
.field public static final forever:I = 0x7f0a02bf
|
||||
|
||||
.field public static final icon:I = 0x7f0a0356
|
||||
|
||||
.field public static final icon_group:I = 0x7f0a0357
|
||||
|
||||
.field public static final info:I = 0x7f0a036c
|
||||
|
||||
.field public static final italic:I = 0x7f0a0399
|
||||
|
||||
.field public static final line1:I = 0x7f0a03dc
|
||||
|
||||
.field public static final line3:I = 0x7f0a03dd
|
||||
|
||||
.field public static final normal:I = 0x7f0a045e
|
||||
|
||||
.field public static final notification_background:I = 0x7f0a0465
|
||||
|
||||
.field public static final notification_main_column:I = 0x7f0a0466
|
||||
|
||||
.field public static final notification_main_column_container:I = 0x7f0a0467
|
||||
|
||||
.field public static final right_icon:I = 0x7f0a0529
|
||||
|
||||
.field public static final right_side:I = 0x7f0a052a
|
||||
|
||||
.field public static final tag_transition_group:I = 0x7f0a06e4
|
||||
|
||||
.field public static final tag_unhandled_key_event_manager:I = 0x7f0a06e5
|
||||
|
||||
.field public static final tag_unhandled_key_listeners:I = 0x7f0a06e6
|
||||
|
||||
.field public static final text:I = 0x7f0a06eb
|
||||
|
||||
.field public static final text2:I = 0x7f0a06ec
|
||||
|
||||
.field public static final time:I = 0x7f0a06fa
|
||||
|
||||
.field public static final title:I = 0x7f0a06fb
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
28
com.discord/smali/androidx/legacy/coreutils/R$integer.smali
Normal file
28
com.discord/smali/androidx/legacy/coreutils/R$integer.smali
Normal file
|
@ -0,0 +1,28 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$integer;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0b0010
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
38
com.discord/smali/androidx/legacy/coreutils/R$layout.smali
Normal file
38
com.discord/smali/androidx/legacy/coreutils/R$layout.smali
Normal file
|
@ -0,0 +1,38 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$layout;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0d0040
|
||||
|
||||
.field public static final notification_action_tombstone:I = 0x7f0d0041
|
||||
|
||||
.field public static final notification_template_custom_big:I = 0x7f0d0048
|
||||
|
||||
.field public static final notification_template_icon_group:I = 0x7f0d0049
|
||||
|
||||
.field public static final notification_template_part_chronometer:I = 0x7f0d004d
|
||||
|
||||
.field public static final notification_template_part_time:I = 0x7f0d004e
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
28
com.discord/smali/androidx/legacy/coreutils/R$string.smali
Normal file
28
com.discord/smali/androidx/legacy/coreutils/R$string.smali
Normal file
|
@ -0,0 +1,28 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$string;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f121006
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
40
com.discord/smali/androidx/legacy/coreutils/R$style.smali
Normal file
40
com.discord/smali/androidx/legacy/coreutils/R$style.smali
Normal file
|
@ -0,0 +1,40 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$style;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f130180
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info:I = 0x7f130181
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2:I = 0x7f130183
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time:I = 0x7f130186
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title:I = 0x7f130188
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionContainer:I = 0x7f1302f2
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionText:I = 0x7f1302f3
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
203
com.discord/smali/androidx/legacy/coreutils/R$styleable.smali
Normal file
203
com.discord/smali/androidx/legacy/coreutils/R$styleable.smali
Normal file
|
@ -0,0 +1,203 @@
|
|||
.class public final Landroidx/legacy/coreutils/R$styleable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 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
|
||||
0x7f040030
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x7f04013d
|
||||
0x7f04013e
|
||||
0x7f04013f
|
||||
0x7f040140
|
||||
0x7f040141
|
||||
0x7f040142
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f04013b
|
||||
0x7f040143
|
||||
0x7f040144
|
||||
0x7f040145
|
||||
0x7f0403b5
|
||||
.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 private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
30
com.discord/smali/androidx/legacy/coreutils/R.smali
Normal file
30
com.discord/smali/androidx/legacy/coreutils/R.smali
Normal file
|
@ -0,0 +1,30 @@
|
|||
.class public final Landroidx/legacy/coreutils/R;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/coreutils/R$styleable;,
|
||||
Landroidx/legacy/coreutils/R$style;,
|
||||
Landroidx/legacy/coreutils/R$string;,
|
||||
Landroidx/legacy/coreutils/R$layout;,
|
||||
Landroidx/legacy/coreutils/R$integer;,
|
||||
Landroidx/legacy/coreutils/R$id;,
|
||||
Landroidx/legacy/coreutils/R$drawable;,
|
||||
Landroidx/legacy/coreutils/R$dimen;,
|
||||
Landroidx/legacy/coreutils/R$color;,
|
||||
Landroidx/legacy/coreutils/R$attr;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
68
com.discord/smali/androidx/legacy/v13/R$attr.smali
Normal file
68
com.discord/smali/androidx/legacy/v13/R$attr.smali
Normal file
|
@ -0,0 +1,68 @@
|
|||
.class public final Landroidx/legacy/v13/R$attr;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "attr"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final alpha:I = 0x7f040030
|
||||
|
||||
.field public static final coordinatorLayoutStyle:I = 0x7f0400d2
|
||||
|
||||
.field public static final font:I = 0x7f04013b
|
||||
|
||||
.field public static final fontProviderAuthority:I = 0x7f04013d
|
||||
|
||||
.field public static final fontProviderCerts:I = 0x7f04013e
|
||||
|
||||
.field public static final fontProviderFetchStrategy:I = 0x7f04013f
|
||||
|
||||
.field public static final fontProviderFetchTimeout:I = 0x7f040140
|
||||
|
||||
.field public static final fontProviderPackage:I = 0x7f040141
|
||||
|
||||
.field public static final fontProviderQuery:I = 0x7f040142
|
||||
|
||||
.field public static final fontStyle:I = 0x7f040143
|
||||
|
||||
.field public static final fontVariationSettings:I = 0x7f040144
|
||||
|
||||
.field public static final fontWeight:I = 0x7f040145
|
||||
|
||||
.field public static final keylines:I = 0x7f0401f1
|
||||
|
||||
.field public static final layout_anchor:I = 0x7f0401f7
|
||||
|
||||
.field public static final layout_anchorGravity:I = 0x7f0401f8
|
||||
|
||||
.field public static final layout_behavior:I = 0x7f0401f9
|
||||
|
||||
.field public static final layout_dodgeInsetEdges:I = 0x7f040225
|
||||
|
||||
.field public static final layout_insetEdge:I = 0x7f040231
|
||||
|
||||
.field public static final layout_keyline:I = 0x7f040232
|
||||
|
||||
.field public static final statusBarBackground:I = 0x7f0402fe
|
||||
|
||||
.field public static final ttcIndex:I = 0x7f0403b5
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
40
com.discord/smali/androidx/legacy/v13/R$color.smali
Normal file
40
com.discord/smali/androidx/legacy/v13/R$color.smali
Normal file
|
@ -0,0 +1,40 @@
|
|||
.class public final Landroidx/legacy/v13/R$color;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/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 = 0x7f0600b5
|
||||
|
||||
.field public static final notification_icon_bg_color:I = 0x7f0600b6
|
||||
|
||||
.field public static final notification_material_background_media_default_color:I = 0x7f0600b7
|
||||
|
||||
.field public static final primary_text_default_material_dark:I = 0x7f0600ec
|
||||
|
||||
.field public static final ripple_material_light:I = 0x7f0600fa
|
||||
|
||||
.field public static final secondary_text_default_material_dark:I = 0x7f0600fb
|
||||
|
||||
.field public static final secondary_text_default_material_light:I = 0x7f0600fc
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
78
com.discord/smali/androidx/legacy/v13/R$dimen.smali
Normal file
78
com.discord/smali/androidx/legacy/v13/R$dimen.smali
Normal file
|
@ -0,0 +1,78 @@
|
|||
.class public final Landroidx/legacy/v13/R$dimen;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/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 = 0x7f070076
|
||||
|
||||
.field public static final compat_button_inset_vertical_material:I = 0x7f070077
|
||||
|
||||
.field public static final compat_button_padding_horizontal_material:I = 0x7f070078
|
||||
|
||||
.field public static final compat_button_padding_vertical_material:I = 0x7f070079
|
||||
|
||||
.field public static final compat_control_corner_material:I = 0x7f07007a
|
||||
|
||||
.field public static final compat_notification_large_icon_max_height:I = 0x7f07007b
|
||||
|
||||
.field public static final compat_notification_large_icon_max_width:I = 0x7f07007c
|
||||
|
||||
.field public static final notification_action_icon_size:I = 0x7f070105
|
||||
|
||||
.field public static final notification_action_text_size:I = 0x7f070106
|
||||
|
||||
.field public static final notification_big_circle_margin:I = 0x7f070107
|
||||
|
||||
.field public static final notification_content_margin_start:I = 0x7f070108
|
||||
|
||||
.field public static final notification_large_icon_height:I = 0x7f070109
|
||||
|
||||
.field public static final notification_large_icon_width:I = 0x7f07010a
|
||||
|
||||
.field public static final notification_main_column_padding_top:I = 0x7f07010b
|
||||
|
||||
.field public static final notification_media_narrow_margin:I = 0x7f07010c
|
||||
|
||||
.field public static final notification_right_icon_size:I = 0x7f07010d
|
||||
|
||||
.field public static final notification_right_side_padding_top:I = 0x7f07010e
|
||||
|
||||
.field public static final notification_small_icon_background_padding:I = 0x7f07010f
|
||||
|
||||
.field public static final notification_small_icon_size_as_large:I = 0x7f070110
|
||||
|
||||
.field public static final notification_subtext_size:I = 0x7f070111
|
||||
|
||||
.field public static final notification_top_pad:I = 0x7f070112
|
||||
|
||||
.field public static final notification_top_pad_large_text:I = 0x7f070113
|
||||
|
||||
.field public static final subtitle_corner_radius:I = 0x7f07011e
|
||||
|
||||
.field public static final subtitle_outline_width:I = 0x7f07011f
|
||||
|
||||
.field public static final subtitle_shadow_offset:I = 0x7f070120
|
||||
|
||||
.field public static final subtitle_shadow_radius:I = 0x7f070121
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
50
com.discord/smali/androidx/legacy/v13/R$drawable.smali
Normal file
50
com.discord/smali/androidx/legacy/v13/R$drawable.smali
Normal file
|
@ -0,0 +1,50 @@
|
|||
.class public final Landroidx/legacy/v13/R$drawable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "drawable"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action_background:I = 0x7f08040b
|
||||
|
||||
.field public static final notification_bg:I = 0x7f08040c
|
||||
|
||||
.field public static final notification_bg_low:I = 0x7f08040d
|
||||
|
||||
.field public static final notification_bg_low_normal:I = 0x7f08040e
|
||||
|
||||
.field public static final notification_bg_low_pressed:I = 0x7f08040f
|
||||
|
||||
.field public static final notification_bg_normal:I = 0x7f080410
|
||||
|
||||
.field public static final notification_bg_normal_pressed:I = 0x7f080411
|
||||
|
||||
.field public static final notification_icon_background:I = 0x7f080412
|
||||
|
||||
.field public static final notification_template_icon_bg:I = 0x7f080413
|
||||
|
||||
.field public static final notification_template_icon_low_bg:I = 0x7f080414
|
||||
|
||||
.field public static final notification_tile_bg:I = 0x7f080415
|
||||
|
||||
.field public static final notify_panel_notification_icon_bg:I = 0x7f080416
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
106
com.discord/smali/androidx/legacy/v13/R$id.smali
Normal file
106
com.discord/smali/androidx/legacy/v13/R$id.smali
Normal file
|
@ -0,0 +1,106 @@
|
|||
.class public final Landroidx/legacy/v13/R$id;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "id"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final action0:I = 0x7f0a000c
|
||||
|
||||
.field public static final action_container:I = 0x7f0a0018
|
||||
|
||||
.field public static final action_divider:I = 0x7f0a001a
|
||||
|
||||
.field public static final action_image:I = 0x7f0a001b
|
||||
|
||||
.field public static final action_text:I = 0x7f0a0021
|
||||
|
||||
.field public static final actions:I = 0x7f0a0022
|
||||
|
||||
.field public static final async:I = 0x7f0a005f
|
||||
|
||||
.field public static final blocking:I = 0x7f0a00ac
|
||||
|
||||
.field public static final bottom:I = 0x7f0a00e4
|
||||
|
||||
.field public static final cancel_action:I = 0x7f0a00f4
|
||||
|
||||
.field public static final chronometer:I = 0x7f0a01f3
|
||||
|
||||
.field public static final end:I = 0x7f0a0296
|
||||
|
||||
.field public static final end_padder:I = 0x7f0a0297
|
||||
|
||||
.field public static final forever:I = 0x7f0a02bf
|
||||
|
||||
.field public static final icon:I = 0x7f0a0356
|
||||
|
||||
.field public static final icon_group:I = 0x7f0a0357
|
||||
|
||||
.field public static final info:I = 0x7f0a036c
|
||||
|
||||
.field public static final italic:I = 0x7f0a0399
|
||||
|
||||
.field public static final left:I = 0x7f0a03da
|
||||
|
||||
.field public static final line1:I = 0x7f0a03dc
|
||||
|
||||
.field public static final line3:I = 0x7f0a03dd
|
||||
|
||||
.field public static final media_actions:I = 0x7f0a03fe
|
||||
|
||||
.field public static final none:I = 0x7f0a045d
|
||||
|
||||
.field public static final normal:I = 0x7f0a045e
|
||||
|
||||
.field public static final notification_background:I = 0x7f0a0465
|
||||
|
||||
.field public static final notification_main_column:I = 0x7f0a0466
|
||||
|
||||
.field public static final notification_main_column_container:I = 0x7f0a0467
|
||||
|
||||
.field public static final right:I = 0x7f0a0528
|
||||
|
||||
.field public static final right_icon:I = 0x7f0a0529
|
||||
|
||||
.field public static final right_side:I = 0x7f0a052a
|
||||
|
||||
.field public static final start:I = 0x7f0a06be
|
||||
|
||||
.field public static final status_bar_latest_event_content:I = 0x7f0a06c2
|
||||
|
||||
.field public static final tag_transition_group:I = 0x7f0a06e4
|
||||
|
||||
.field public static final tag_unhandled_key_event_manager:I = 0x7f0a06e5
|
||||
|
||||
.field public static final tag_unhandled_key_listeners:I = 0x7f0a06e6
|
||||
|
||||
.field public static final text:I = 0x7f0a06eb
|
||||
|
||||
.field public static final text2:I = 0x7f0a06ec
|
||||
|
||||
.field public static final time:I = 0x7f0a06fa
|
||||
|
||||
.field public static final title:I = 0x7f0a06fb
|
||||
|
||||
.field public static final top:I = 0x7f0a0702
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
30
com.discord/smali/androidx/legacy/v13/R$integer.smali
Normal file
30
com.discord/smali/androidx/legacy/v13/R$integer.smali
Normal file
|
@ -0,0 +1,30 @@
|
|||
.class public final Landroidx/legacy/v13/R$integer;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/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 = 0x7f0b0010
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
56
com.discord/smali/androidx/legacy/v13/R$layout.smali
Normal file
56
com.discord/smali/androidx/legacy/v13/R$layout.smali
Normal file
|
@ -0,0 +1,56 @@
|
|||
.class public final Landroidx/legacy/v13/R$layout;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "layout"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final notification_action:I = 0x7f0d0040
|
||||
|
||||
.field public static final notification_action_tombstone:I = 0x7f0d0041
|
||||
|
||||
.field public static final notification_media_action:I = 0x7f0d0042
|
||||
|
||||
.field public static final notification_media_cancel_action:I = 0x7f0d0043
|
||||
|
||||
.field public static final notification_template_big_media:I = 0x7f0d0044
|
||||
|
||||
.field public static final notification_template_big_media_custom:I = 0x7f0d0045
|
||||
|
||||
.field public static final notification_template_big_media_narrow:I = 0x7f0d0046
|
||||
|
||||
.field public static final notification_template_big_media_narrow_custom:I = 0x7f0d0047
|
||||
|
||||
.field public static final notification_template_custom_big:I = 0x7f0d0048
|
||||
|
||||
.field public static final notification_template_icon_group:I = 0x7f0d0049
|
||||
|
||||
.field public static final notification_template_lines_media:I = 0x7f0d004a
|
||||
|
||||
.field public static final notification_template_media:I = 0x7f0d004b
|
||||
|
||||
.field public static final notification_template_media_custom:I = 0x7f0d004c
|
||||
|
||||
.field public static final notification_template_part_chronometer:I = 0x7f0d004d
|
||||
|
||||
.field public static final notification_template_part_time:I = 0x7f0d004e
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
28
com.discord/smali/androidx/legacy/v13/R$string.smali
Normal file
28
com.discord/smali/androidx/legacy/v13/R$string.smali
Normal file
|
@ -0,0 +1,28 @@
|
|||
.class public final Landroidx/legacy/v13/R$string;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/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 = 0x7f121006
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
52
com.discord/smali/androidx/legacy/v13/R$style.smali
Normal file
52
com.discord/smali/androidx/legacy/v13/R$style.smali
Normal file
|
@ -0,0 +1,52 @@
|
|||
.class public final Landroidx/legacy/v13/R$style;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/R;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "style"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final TextAppearance_Compat_Notification:I = 0x7f130180
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info:I = 0x7f130181
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info_Media:I = 0x7f130182
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2:I = 0x7f130183
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2_Media:I = 0x7f130184
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Media:I = 0x7f130185
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time:I = 0x7f130186
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time_Media:I = 0x7f130187
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title:I = 0x7f130188
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title_Media:I = 0x7f130189
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionContainer:I = 0x7f1302f2
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionText:I = 0x7f1302f3
|
||||
|
||||
.field public static final Widget_Support_CoordinatorLayout:I = 0x7f130322
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
254
com.discord/smali/androidx/legacy/v13/R$styleable.smali
Normal file
254
com.discord/smali/androidx/legacy/v13/R$styleable.smali
Normal file
|
@ -0,0 +1,254 @@
|
|||
.class public final Landroidx/legacy/v13/R$styleable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/legacy/v13/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 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/v13/R$styleable;->ColorStateListItem:[I
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
new-array v1, v0, [I
|
||||
|
||||
fill-array-data v1, :array_1
|
||||
|
||||
sput-object v1, Landroidx/legacy/v13/R$styleable;->CoordinatorLayout:[I
|
||||
|
||||
const/4 v1, 0x7
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_2
|
||||
|
||||
sput-object v1, Landroidx/legacy/v13/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/v13/R$styleable;->FontFamily:[I
|
||||
|
||||
const/16 v1, 0xa
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_4
|
||||
|
||||
sput-object v1, Landroidx/legacy/v13/R$styleable;->FontFamilyFont:[I
|
||||
|
||||
const/16 v1, 0xc
|
||||
|
||||
new-array v1, v1, [I
|
||||
|
||||
fill-array-data v1, :array_5
|
||||
|
||||
sput-object v1, Landroidx/legacy/v13/R$styleable;->GradientColor:[I
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
fill-array-data v0, :array_6
|
||||
|
||||
sput-object v0, Landroidx/legacy/v13/R$styleable;->GradientColorItem:[I
|
||||
|
||||
return-void
|
||||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x10101a5
|
||||
0x101031f
|
||||
0x7f040030
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x7f0401f1
|
||||
0x7f0402fe
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x10100b3
|
||||
0x7f0401f7
|
||||
0x7f0401f8
|
||||
0x7f0401f9
|
||||
0x7f040225
|
||||
0x7f040231
|
||||
0x7f040232
|
||||
.end array-data
|
||||
|
||||
:array_3
|
||||
.array-data 4
|
||||
0x7f04013d
|
||||
0x7f04013e
|
||||
0x7f04013f
|
||||
0x7f040140
|
||||
0x7f040141
|
||||
0x7f040142
|
||||
.end array-data
|
||||
|
||||
:array_4
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f04013b
|
||||
0x7f040143
|
||||
0x7f040144
|
||||
0x7f040145
|
||||
0x7f0403b5
|
||||
.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 private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
30
com.discord/smali/androidx/legacy/v13/R.smali
Normal file
30
com.discord/smali/androidx/legacy/v13/R.smali
Normal file
|
@ -0,0 +1,30 @@
|
|||
.class public final Landroidx/legacy/v13/R;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/v13/R$styleable;,
|
||||
Landroidx/legacy/v13/R$style;,
|
||||
Landroidx/legacy/v13/R$string;,
|
||||
Landroidx/legacy/v13/R$layout;,
|
||||
Landroidx/legacy/v13/R$integer;,
|
||||
Landroidx/legacy/v13/R$id;,
|
||||
Landroidx/legacy/v13/R$drawable;,
|
||||
Landroidx/legacy/v13/R$dimen;,
|
||||
Landroidx/legacy/v13/R$color;,
|
||||
Landroidx/legacy/v13/R$attr;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
68
com.discord/smali/androidx/legacy/v4/R$attr.smali
Normal file
68
com.discord/smali/androidx/legacy/v4/R$attr.smali
Normal file
|
@ -0,0 +1,68 @@
|
|||
.class public final Landroidx/legacy/v4/R$attr;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f040030
|
||||
|
||||
.field public static final coordinatorLayoutStyle:I = 0x7f0400d2
|
||||
|
||||
.field public static final font:I = 0x7f04013b
|
||||
|
||||
.field public static final fontProviderAuthority:I = 0x7f04013d
|
||||
|
||||
.field public static final fontProviderCerts:I = 0x7f04013e
|
||||
|
||||
.field public static final fontProviderFetchStrategy:I = 0x7f04013f
|
||||
|
||||
.field public static final fontProviderFetchTimeout:I = 0x7f040140
|
||||
|
||||
.field public static final fontProviderPackage:I = 0x7f040141
|
||||
|
||||
.field public static final fontProviderQuery:I = 0x7f040142
|
||||
|
||||
.field public static final fontStyle:I = 0x7f040143
|
||||
|
||||
.field public static final fontVariationSettings:I = 0x7f040144
|
||||
|
||||
.field public static final fontWeight:I = 0x7f040145
|
||||
|
||||
.field public static final keylines:I = 0x7f0401f1
|
||||
|
||||
.field public static final layout_anchor:I = 0x7f0401f7
|
||||
|
||||
.field public static final layout_anchorGravity:I = 0x7f0401f8
|
||||
|
||||
.field public static final layout_behavior:I = 0x7f0401f9
|
||||
|
||||
.field public static final layout_dodgeInsetEdges:I = 0x7f040225
|
||||
|
||||
.field public static final layout_insetEdge:I = 0x7f040231
|
||||
|
||||
.field public static final layout_keyline:I = 0x7f040232
|
||||
|
||||
.field public static final statusBarBackground:I = 0x7f0402fe
|
||||
|
||||
.field public static final ttcIndex:I = 0x7f0403b5
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
40
com.discord/smali/androidx/legacy/v4/R$color.smali
Normal file
40
com.discord/smali/androidx/legacy/v4/R$color.smali
Normal file
|
@ -0,0 +1,40 @@
|
|||
.class public final Landroidx/legacy/v4/R$color;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0600b5
|
||||
|
||||
.field public static final notification_icon_bg_color:I = 0x7f0600b6
|
||||
|
||||
.field public static final notification_material_background_media_default_color:I = 0x7f0600b7
|
||||
|
||||
.field public static final primary_text_default_material_dark:I = 0x7f0600ec
|
||||
|
||||
.field public static final ripple_material_light:I = 0x7f0600fa
|
||||
|
||||
.field public static final secondary_text_default_material_dark:I = 0x7f0600fb
|
||||
|
||||
.field public static final secondary_text_default_material_light:I = 0x7f0600fc
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
78
com.discord/smali/androidx/legacy/v4/R$dimen.smali
Normal file
78
com.discord/smali/androidx/legacy/v4/R$dimen.smali
Normal file
|
@ -0,0 +1,78 @@
|
|||
.class public final Landroidx/legacy/v4/R$dimen;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f070076
|
||||
|
||||
.field public static final compat_button_inset_vertical_material:I = 0x7f070077
|
||||
|
||||
.field public static final compat_button_padding_horizontal_material:I = 0x7f070078
|
||||
|
||||
.field public static final compat_button_padding_vertical_material:I = 0x7f070079
|
||||
|
||||
.field public static final compat_control_corner_material:I = 0x7f07007a
|
||||
|
||||
.field public static final compat_notification_large_icon_max_height:I = 0x7f07007b
|
||||
|
||||
.field public static final compat_notification_large_icon_max_width:I = 0x7f07007c
|
||||
|
||||
.field public static final notification_action_icon_size:I = 0x7f070105
|
||||
|
||||
.field public static final notification_action_text_size:I = 0x7f070106
|
||||
|
||||
.field public static final notification_big_circle_margin:I = 0x7f070107
|
||||
|
||||
.field public static final notification_content_margin_start:I = 0x7f070108
|
||||
|
||||
.field public static final notification_large_icon_height:I = 0x7f070109
|
||||
|
||||
.field public static final notification_large_icon_width:I = 0x7f07010a
|
||||
|
||||
.field public static final notification_main_column_padding_top:I = 0x7f07010b
|
||||
|
||||
.field public static final notification_media_narrow_margin:I = 0x7f07010c
|
||||
|
||||
.field public static final notification_right_icon_size:I = 0x7f07010d
|
||||
|
||||
.field public static final notification_right_side_padding_top:I = 0x7f07010e
|
||||
|
||||
.field public static final notification_small_icon_background_padding:I = 0x7f07010f
|
||||
|
||||
.field public static final notification_small_icon_size_as_large:I = 0x7f070110
|
||||
|
||||
.field public static final notification_subtext_size:I = 0x7f070111
|
||||
|
||||
.field public static final notification_top_pad:I = 0x7f070112
|
||||
|
||||
.field public static final notification_top_pad_large_text:I = 0x7f070113
|
||||
|
||||
.field public static final subtitle_corner_radius:I = 0x7f07011e
|
||||
|
||||
.field public static final subtitle_outline_width:I = 0x7f07011f
|
||||
|
||||
.field public static final subtitle_shadow_offset:I = 0x7f070120
|
||||
|
||||
.field public static final subtitle_shadow_radius:I = 0x7f070121
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
50
com.discord/smali/androidx/legacy/v4/R$drawable.smali
Normal file
50
com.discord/smali/androidx/legacy/v4/R$drawable.smali
Normal file
|
@ -0,0 +1,50 @@
|
|||
.class public final Landroidx/legacy/v4/R$drawable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f08040b
|
||||
|
||||
.field public static final notification_bg:I = 0x7f08040c
|
||||
|
||||
.field public static final notification_bg_low:I = 0x7f08040d
|
||||
|
||||
.field public static final notification_bg_low_normal:I = 0x7f08040e
|
||||
|
||||
.field public static final notification_bg_low_pressed:I = 0x7f08040f
|
||||
|
||||
.field public static final notification_bg_normal:I = 0x7f080410
|
||||
|
||||
.field public static final notification_bg_normal_pressed:I = 0x7f080411
|
||||
|
||||
.field public static final notification_icon_background:I = 0x7f080412
|
||||
|
||||
.field public static final notification_template_icon_bg:I = 0x7f080413
|
||||
|
||||
.field public static final notification_template_icon_low_bg:I = 0x7f080414
|
||||
|
||||
.field public static final notification_tile_bg:I = 0x7f080415
|
||||
|
||||
.field public static final notify_panel_notification_icon_bg:I = 0x7f080416
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
106
com.discord/smali/androidx/legacy/v4/R$id.smali
Normal file
106
com.discord/smali/androidx/legacy/v4/R$id.smali
Normal file
|
@ -0,0 +1,106 @@
|
|||
.class public final Landroidx/legacy/v4/R$id;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0a000c
|
||||
|
||||
.field public static final action_container:I = 0x7f0a0018
|
||||
|
||||
.field public static final action_divider:I = 0x7f0a001a
|
||||
|
||||
.field public static final action_image:I = 0x7f0a001b
|
||||
|
||||
.field public static final action_text:I = 0x7f0a0021
|
||||
|
||||
.field public static final actions:I = 0x7f0a0022
|
||||
|
||||
.field public static final async:I = 0x7f0a005f
|
||||
|
||||
.field public static final blocking:I = 0x7f0a00ac
|
||||
|
||||
.field public static final bottom:I = 0x7f0a00e4
|
||||
|
||||
.field public static final cancel_action:I = 0x7f0a00f4
|
||||
|
||||
.field public static final chronometer:I = 0x7f0a01f3
|
||||
|
||||
.field public static final end:I = 0x7f0a0296
|
||||
|
||||
.field public static final end_padder:I = 0x7f0a0297
|
||||
|
||||
.field public static final forever:I = 0x7f0a02bf
|
||||
|
||||
.field public static final icon:I = 0x7f0a0356
|
||||
|
||||
.field public static final icon_group:I = 0x7f0a0357
|
||||
|
||||
.field public static final info:I = 0x7f0a036c
|
||||
|
||||
.field public static final italic:I = 0x7f0a0399
|
||||
|
||||
.field public static final left:I = 0x7f0a03da
|
||||
|
||||
.field public static final line1:I = 0x7f0a03dc
|
||||
|
||||
.field public static final line3:I = 0x7f0a03dd
|
||||
|
||||
.field public static final media_actions:I = 0x7f0a03fe
|
||||
|
||||
.field public static final none:I = 0x7f0a045d
|
||||
|
||||
.field public static final normal:I = 0x7f0a045e
|
||||
|
||||
.field public static final notification_background:I = 0x7f0a0465
|
||||
|
||||
.field public static final notification_main_column:I = 0x7f0a0466
|
||||
|
||||
.field public static final notification_main_column_container:I = 0x7f0a0467
|
||||
|
||||
.field public static final right:I = 0x7f0a0528
|
||||
|
||||
.field public static final right_icon:I = 0x7f0a0529
|
||||
|
||||
.field public static final right_side:I = 0x7f0a052a
|
||||
|
||||
.field public static final start:I = 0x7f0a06be
|
||||
|
||||
.field public static final status_bar_latest_event_content:I = 0x7f0a06c2
|
||||
|
||||
.field public static final tag_transition_group:I = 0x7f0a06e4
|
||||
|
||||
.field public static final tag_unhandled_key_event_manager:I = 0x7f0a06e5
|
||||
|
||||
.field public static final tag_unhandled_key_listeners:I = 0x7f0a06e6
|
||||
|
||||
.field public static final text:I = 0x7f0a06eb
|
||||
|
||||
.field public static final text2:I = 0x7f0a06ec
|
||||
|
||||
.field public static final time:I = 0x7f0a06fa
|
||||
|
||||
.field public static final title:I = 0x7f0a06fb
|
||||
|
||||
.field public static final top:I = 0x7f0a0702
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
30
com.discord/smali/androidx/legacy/v4/R$integer.smali
Normal file
30
com.discord/smali/androidx/legacy/v4/R$integer.smali
Normal file
|
@ -0,0 +1,30 @@
|
|||
.class public final Landroidx/legacy/v4/R$integer;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0b0010
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
56
com.discord/smali/androidx/legacy/v4/R$layout.smali
Normal file
56
com.discord/smali/androidx/legacy/v4/R$layout.smali
Normal file
|
@ -0,0 +1,56 @@
|
|||
.class public final Landroidx/legacy/v4/R$layout;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f0d0040
|
||||
|
||||
.field public static final notification_action_tombstone:I = 0x7f0d0041
|
||||
|
||||
.field public static final notification_media_action:I = 0x7f0d0042
|
||||
|
||||
.field public static final notification_media_cancel_action:I = 0x7f0d0043
|
||||
|
||||
.field public static final notification_template_big_media:I = 0x7f0d0044
|
||||
|
||||
.field public static final notification_template_big_media_custom:I = 0x7f0d0045
|
||||
|
||||
.field public static final notification_template_big_media_narrow:I = 0x7f0d0046
|
||||
|
||||
.field public static final notification_template_big_media_narrow_custom:I = 0x7f0d0047
|
||||
|
||||
.field public static final notification_template_custom_big:I = 0x7f0d0048
|
||||
|
||||
.field public static final notification_template_icon_group:I = 0x7f0d0049
|
||||
|
||||
.field public static final notification_template_lines_media:I = 0x7f0d004a
|
||||
|
||||
.field public static final notification_template_media:I = 0x7f0d004b
|
||||
|
||||
.field public static final notification_template_media_custom:I = 0x7f0d004c
|
||||
|
||||
.field public static final notification_template_part_chronometer:I = 0x7f0d004d
|
||||
|
||||
.field public static final notification_template_part_time:I = 0x7f0d004e
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
28
com.discord/smali/androidx/legacy/v4/R$string.smali
Normal file
28
com.discord/smali/androidx/legacy/v4/R$string.smali
Normal file
|
@ -0,0 +1,28 @@
|
|||
.class public final Landroidx/legacy/v4/R$string;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f121006
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
52
com.discord/smali/androidx/legacy/v4/R$style.smali
Normal file
52
com.discord/smali/androidx/legacy/v4/R$style.smali
Normal file
|
@ -0,0 +1,52 @@
|
|||
.class public final Landroidx/legacy/v4/R$style;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 = 0x7f130180
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info:I = 0x7f130181
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Info_Media:I = 0x7f130182
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2:I = 0x7f130183
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Line2_Media:I = 0x7f130184
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Media:I = 0x7f130185
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time:I = 0x7f130186
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Time_Media:I = 0x7f130187
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title:I = 0x7f130188
|
||||
|
||||
.field public static final TextAppearance_Compat_Notification_Title_Media:I = 0x7f130189
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionContainer:I = 0x7f1302f2
|
||||
|
||||
.field public static final Widget_Compat_NotificationActionText:I = 0x7f1302f3
|
||||
|
||||
.field public static final Widget_Support_CoordinatorLayout:I = 0x7f130322
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
254
com.discord/smali/androidx/legacy/v4/R$styleable.smali
Normal file
254
com.discord/smali/androidx/legacy/v4/R$styleable.smali
Normal file
|
@ -0,0 +1,254 @@
|
|||
.class public final Landroidx/legacy/v4/R$styleable;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# 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 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
|
||||
0x7f040030
|
||||
.end array-data
|
||||
|
||||
:array_1
|
||||
.array-data 4
|
||||
0x7f0401f1
|
||||
0x7f0402fe
|
||||
.end array-data
|
||||
|
||||
:array_2
|
||||
.array-data 4
|
||||
0x10100b3
|
||||
0x7f0401f7
|
||||
0x7f0401f8
|
||||
0x7f0401f9
|
||||
0x7f040225
|
||||
0x7f040231
|
||||
0x7f040232
|
||||
.end array-data
|
||||
|
||||
:array_3
|
||||
.array-data 4
|
||||
0x7f04013d
|
||||
0x7f04013e
|
||||
0x7f04013f
|
||||
0x7f040140
|
||||
0x7f040141
|
||||
0x7f040142
|
||||
.end array-data
|
||||
|
||||
:array_4
|
||||
.array-data 4
|
||||
0x1010532
|
||||
0x1010533
|
||||
0x101053f
|
||||
0x101056f
|
||||
0x1010570
|
||||
0x7f04013b
|
||||
0x7f040143
|
||||
0x7f040144
|
||||
0x7f040145
|
||||
0x7f0403b5
|
||||
.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 private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
30
com.discord/smali/androidx/legacy/v4/R.smali
Normal file
30
com.discord/smali/androidx/legacy/v4/R.smali
Normal file
|
@ -0,0 +1,30 @@
|
|||
.class public final Landroidx/legacy/v4/R;
|
||||
.super Ljava/lang/Object;
|
||||
.source "R.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/legacy/v4/R$styleable;,
|
||||
Landroidx/legacy/v4/R$style;,
|
||||
Landroidx/legacy/v4/R$string;,
|
||||
Landroidx/legacy/v4/R$layout;,
|
||||
Landroidx/legacy/v4/R$integer;,
|
||||
Landroidx/legacy/v4/R$id;,
|
||||
Landroidx/legacy/v4/R$drawable;,
|
||||
Landroidx/legacy/v4/R$dimen;,
|
||||
Landroidx/legacy/v4/R$color;,
|
||||
Landroidx/legacy/v4/R$attr;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
18
com.discord/smali/androidx/legacy/view/ViewCompat.smali
Normal file
18
com.discord/smali/androidx/legacy/view/ViewCompat.smali
Normal file
|
@ -0,0 +1,18 @@
|
|||
.class public Landroidx/legacy/view/ViewCompat;
|
||||
.super Landroidx/core/view/ViewCompat;
|
||||
.source "ViewCompat.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Landroidx/core/view/ViewCompat;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
155
com.discord/smali/androidx/legacy/widget/Space.smali
Normal file
155
com.discord/smali/androidx/legacy/widget/Space.smali
Normal file
|
@ -0,0 +1,155 @@
|
|||
.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}, Landroidx/legacy/widget/Space;->getVisibility()I
|
||||
|
||||
move-result p1
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
const/4 p1, 0x4
|
||||
|
||||
invoke-virtual {p0, p1}, Landroidx/legacy/widget/Space;->setVisibility(I)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private 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
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
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
|
||||
|
||||
:cond_2
|
||||
: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 protected onMeasure(II)V
|
||||
.locals 1
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroidx/legacy/widget/Space;->getSuggestedMinimumWidth()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0, p1}, Landroidx/legacy/widget/Space;->getDefaultSize2(II)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-virtual {p0}, Landroidx/legacy/widget/Space;->getSuggestedMinimumHeight()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0, p2}, Landroidx/legacy/widget/Space;->getDefaultSize2(II)I
|
||||
|
||||
move-result p2
|
||||
|
||||
invoke-virtual {p0, p1, p2}, Landroidx/legacy/widget/Space;->setMeasuredDimension(II)V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue