apkfuckery/com.discord/smali/androidx/appcompat/widget/SearchView$OnQueryTextListener.smali
2019-02-04 21:08:30 +01:00

22 lines
550 B
Smali

.class public interface abstract Landroidx/appcompat/widget/SearchView$OnQueryTextListener;
.super Ljava/lang/Object;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/appcompat/widget/SearchView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnQueryTextListener"
.end annotation
# virtual methods
.method public abstract onQueryTextChange(Ljava/lang/String;)Z
.end method
.method public abstract onQueryTextSubmit(Ljava/lang/String;)Z
.end method