2022-06-10 21:38:30 +09:00

34 lines
801 B
Smali

.class public final Landroidx/core/widget/n;
.super Ljava/lang/Object;
.source "PopupMenuCompat.java"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static a(Ljava/lang/Object;)Landroid/view/View$OnTouchListener;
.locals 0
.param p0 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
check-cast p0, Landroid/widget/PopupMenu;
invoke-virtual {p0}, Landroid/widget/PopupMenu;->getDragToOpenListener()Landroid/view/View$OnTouchListener;
move-result-object p0
return-object p0
.end method