public
interface
ImeKeyMonitor
| android.support.v17.leanback.widget.ImeKeyMonitor |
|
|
Interface for an EditText subclass that can delegate calls to onKeyPreIme up to a registered listener.
Used in editable actions within GuidedStepFragment to
allow for custom back key handling. Specifically, this is used to implement the behavior that
dismissing the IME also clears edit text focus. Clients who need to supply custom layouts for
GuidedActionsStylist with their own EditText classes should satisfy this interface in
order to inherit this behavior.
interfaceImeKeyMonitor.ImeKeyListener
Listener interface for key events intercepted pre-IME by edit text objects.
Public methods | |
|---|---|
abstract
void
|
setImeKeyListener(ImeKeyMonitor.ImeKeyListener listener)
Set the listener for this edit text object. |
void setImeKeyListener (ImeKeyMonitor.ImeKeyListener listener)
Set the listener for this edit text object. The listener's onKeyPreIme method will be invoked from the host edit text's onKeyPreIme method.
| Parameters | |
|---|---|
listener |
ImeKeyMonitor.ImeKeyListener |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.