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

28 lines
748 B
Smali

.class public interface abstract Landroidx/core/view/ViewCompat$v;
.super Ljava/lang/Object;
.source "ViewCompat.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/view/ViewCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "v"
.end annotation
# virtual methods
.method public abstract onUnhandledKeyEvent(Landroid/view/View;Landroid/view/KeyEvent;)Z
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/KeyEvent;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method