71 lines
1.3 KiB
Smali
71 lines
1.3 KiB
Smali
.class public final Lmb/a;
|
|
.super Ljava/lang/Object;
|
|
.source "OnClickListener.java"
|
|
|
|
# interfaces
|
|
.implements Landroid/view/View$OnClickListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lmb/a$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Lmb/a$a;
|
|
|
|
.field public final b:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lmb/a$a;I)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0,
|
|
0x0
|
|
}
|
|
names = {
|
|
"listener",
|
|
"sourceId"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 2
|
|
iput-object p1, p0, Lmb/a;->a:Lmb/a$a;
|
|
|
|
.line 3
|
|
iput p2, p0, Lmb/a;->b:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onClick(Landroid/view/View;)V
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"callbackArg_0"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lmb/a;->a:Lmb/a$a;
|
|
|
|
iget v1, p0, Lmb/a;->b:I
|
|
|
|
invoke-interface {v0, v1, p1}, Lmb/a$a;->c(ILandroid/view/View;)V
|
|
|
|
return-void
|
|
.end method
|