Rabbit-R1/android (non root)/smali/smali_classes3/io/flutter/embedding/android/KeyboardManager$ViewDelegate.smali
2024-05-21 17:08:36 -04:00

25 lines
688 B
Smali

.class public interface abstract Lio/flutter/embedding/android/KeyboardManager$ViewDelegate;
.super Ljava/lang/Object;
.source "KeyboardManager.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/flutter/embedding/android/KeyboardManager;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "ViewDelegate"
.end annotation
# virtual methods
.method public abstract getBinaryMessenger()Lio/flutter/plugin/common/BinaryMessenger;
.end method
.method public abstract onTextInputKeyEvent(Landroid/view/KeyEvent;)Z
.end method
.method public abstract redispatch(Landroid/view/KeyEvent;)V
.end method