tmap/smali/androidx/core/view/ViewCompat$g.smali
2022-06-10 21:38:30 +09:00

47 lines
986 B
Smali

.class public Landroidx/core/view/ViewCompat$g;
.super Ljava/lang/Object;
.source "ViewCompat.java"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0xf
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/view/ViewCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "g"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static a(Landroid/view/View;)Z
.locals 0
.param p0 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/DoNotInline;
.end annotation
.line 1
invoke-virtual {p0}, Landroid/view/View;->hasOnClickListeners()Z
move-result p0
return p0
.end method