apkfuckery/com.discord/smali/androidx/appcompat/widget/AppCompatDrawableManager$InflateDelegate.smali

36 lines
1.2 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class interface abstract Landroidx/appcompat/widget/AppCompatDrawableManager$InflateDelegate;
2019-02-04 20:05:16 +00:00
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "AppCompatDrawableManager.java"
2019-02-04 20:05:16 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2019-02-04 20:08:30 +00:00
value = Landroidx/appcompat/widget/AppCompatDrawableManager;
2019-02-04 20:05:16 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-02-04 20:08:30 +00:00
accessFlags = 0x608
2019-02-04 20:05:16 +00:00
name = "InflateDelegate"
.end annotation
# virtual methods
.method public abstract createFromXmlInner(Landroid/content/Context;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
.param p1 # Landroid/content/Context;
2019-02-04 20:08:30 +00:00
.annotation build Landroidx/annotation/NonNull;
2019-02-04 20:05:16 +00:00
.end annotation
.end param
.param p2 # Lorg/xmlpull/v1/XmlPullParser;
2019-02-04 20:08:30 +00:00
.annotation build Landroidx/annotation/NonNull;
2019-02-04 20:05:16 +00:00
.end annotation
.end param
.param p3 # Landroid/util/AttributeSet;
2019-02-04 20:08:30 +00:00
.annotation build Landroidx/annotation/NonNull;
2019-02-04 20:05:16 +00:00
.end annotation
.end param
.param p4 # Landroid/content/res/Resources$Theme;
2019-02-04 20:08:30 +00:00
.annotation build Landroidx/annotation/Nullable;
2019-02-04 20:05:16 +00:00
.end annotation
.end param
.end method