apkfuckery/com.discord/smali/androidx/core/view/NestedScrollingParent2.smali

56 lines
1.7 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Landroidx/core/view/NestedScrollingParent2;
.super Ljava/lang/Object;
.source "NestedScrollingParent2.java"
# interfaces
.implements Landroidx/core/view/NestedScrollingParent;
# virtual methods
.method public abstract onNestedPreScroll(Landroid/view/View;II[II)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p4 # [I
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract onNestedScroll(Landroid/view/View;IIIII)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract onNestedScrollAccepted(Landroid/view/View;Landroid/view/View;II)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract onStartNestedScroll(Landroid/view/View;Landroid/view/View;II)Z
2019-12-06 03:29:40 +00:00
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract onStopNestedScroll(Landroid/view/View;I)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method