AsyncLayoutInflater$InflateRequest.smali
.class Landroid/support/v4/view/AsyncLayoutInflater$InflateRequest;
.super Ljava/lang/Object;
.source "AsyncLayoutInflater.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/view/AsyncLayoutInflater;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "InflateRequest"
.end annotation
# instance fields
.field callback:Landroid/support/v4/view/AsyncLayoutInflater$OnInflateFinishedListener;
.field inflater:Landroid/support/v4/view/AsyncLayoutInflater;
.field parent:Landroid/view/ViewGroup;
.field resid:I
.field view:Landroid/view/View;
# direct methods
.method constructor <init>()V
.registers 1
.prologue
.line 120
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 121
return-void
.end method