Changes of com.discord v1144
This commit is contained in:
parent
4746542b20
commit
f52990c3c2
25752 changed files with 4382359 additions and 77 deletions
|
@ -0,0 +1,49 @@
|
|||
.class public interface abstract Landroidx/recyclerview/widget/ChildHelper$Callback;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ChildHelper.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/recyclerview/widget/ChildHelper;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x609
|
||||
name = "Callback"
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract addView(Landroid/view/View;I)V
|
||||
.end method
|
||||
|
||||
.method public abstract attachViewToParent(Landroid/view/View;ILandroid/view/ViewGroup$LayoutParams;)V
|
||||
.end method
|
||||
|
||||
.method public abstract detachViewFromParent(I)V
|
||||
.end method
|
||||
|
||||
.method public abstract getChildAt(I)Landroid/view/View;
|
||||
.end method
|
||||
|
||||
.method public abstract getChildCount()I
|
||||
.end method
|
||||
|
||||
.method public abstract getChildViewHolder(Landroid/view/View;)Landroidx/recyclerview/widget/RecyclerView$ViewHolder;
|
||||
.end method
|
||||
|
||||
.method public abstract indexOfChild(Landroid/view/View;)I
|
||||
.end method
|
||||
|
||||
.method public abstract onEnteredHiddenState(Landroid/view/View;)V
|
||||
.end method
|
||||
|
||||
.method public abstract onLeftHiddenState(Landroid/view/View;)V
|
||||
.end method
|
||||
|
||||
.method public abstract removeAllViews()V
|
||||
.end method
|
||||
|
||||
.method public abstract removeViewAt(I)V
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue