Weather/smali/android/support/v4/widget/SwipeRefreshLayout$OnChildScrollUpCallback.smali
2021-05-10 10:13:34 +02:00

28 lines
888 B
Smali

.class public interface abstract Landroid/support/v4/widget/SwipeRefreshLayout$OnChildScrollUpCallback;
.super Ljava/lang/Object;
.source "SwipeRefreshLayout.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/widget/SwipeRefreshLayout;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnChildScrollUpCallback"
.end annotation
# virtual methods
.method public abstract canChildScrollUp(Landroid/support/v4/widget/SwipeRefreshLayout;Landroid/view/View;)Z
.param p1 # Landroid/support/v4/widget/SwipeRefreshLayout;
.annotation build Landroid/support/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/view/View;
.annotation build Landroid/support/annotation/Nullable;
.end annotation
.end param
.end method