Files
rr3-apk/smali/androidx/recyclerview/widget/ItemTouchUIUtil.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

18 lines
565 B
Smali

.class public interface abstract Landroidx/recyclerview/widget/ItemTouchUIUtil;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract clearView(Landroid/view/View;)V
.end method
.method public abstract onDraw(Landroid/graphics/Canvas;Landroidx/recyclerview/widget/RecyclerView;Landroid/view/View;FFIZ)V
.end method
.method public abstract onDrawOver(Landroid/graphics/Canvas;Landroidx/recyclerview/widget/RecyclerView;Landroid/view/View;FFIZ)V
.end method
.method public abstract onSelected(Landroid/view/View;)V
.end method