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

36 lines
1.2 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public interface abstract Landroidx/appcompat/widget/ResourceManagerInternal$InflateDelegate;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
2019-11-15 02:21:15 +00:00
.source "ResourceManagerInternal.java"
2019-07-24 11:27:29 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2019-11-15 02:21:15 +00:00
value = Landroidx/appcompat/widget/ResourceManagerInternal;
2019-07-24 11:27:29 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x609
2019-07-24 11:27:29 +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;
2019-12-06 03:29:40 +00:00
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lorg/xmlpull/v1/XmlPullParser;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Landroid/util/AttributeSet;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p4 # Landroid/content/res/Resources$Theme;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method