apkfuckery/com.discord/smali/androidx/recyclerview/widget/RecyclerView$OnItemTouchListener.smali
2019-07-24 13:27:29 +02:00

42 lines
1.3 KiB
Smali

.class public interface abstract Landroidx/recyclerview/widget/RecyclerView$OnItemTouchListener;
.super Ljava/lang/Object;
.source "RecyclerView.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/recyclerview/widget/RecyclerView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnItemTouchListener"
.end annotation
# virtual methods
.method public abstract onInterceptTouchEvent(Landroidx/recyclerview/widget/RecyclerView;Landroid/view/MotionEvent;)Z
.param p1 # Landroidx/recyclerview/widget/RecyclerView;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/MotionEvent;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onRequestDisallowInterceptTouchEvent(Z)V
.end method
.method public abstract onTouchEvent(Landroidx/recyclerview/widget/RecyclerView;Landroid/view/MotionEvent;)V
.param p1 # Landroidx/recyclerview/widget/RecyclerView;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/MotionEvent;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method