apkfuckery/com.discord/smali/androidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateRequest.smali

37 lines
886 B
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateRequest;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
.source "AsyncLayoutInflater.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x9
2019-07-24 11:27:29 +00:00
name = "InflateRequest"
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public callback:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$OnInflateFinishedListener;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public inflater:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public parent:Landroid/view/ViewGroup;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public resid:I
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public view:Landroid/view/View;
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>()V
2019-07-24 11:27:29 +00:00
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method