apkfuckery/com.discord/smali/androidx/recyclerview/widget/RecyclerView$OnChildAttachS...

31 lines
906 B
Smali

.class public interface abstract Landroidx/recyclerview/widget/RecyclerView$OnChildAttachStateChangeListener;
.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 = "OnChildAttachStateChangeListener"
.end annotation
# virtual methods
.method public abstract onChildViewAttachedToWindow(Landroid/view/View;)V
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract onChildViewDetachedFromWindow(Landroid/view/View;)V
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method