public static interface AccessibilityService.SoftKeyboardController.OnShowModeChangedListener
Modifier and Type | Method and Description |
---|---|
void |
onShowModeChanged(AccessibilityService.SoftKeyboardController controller,
int showMode)
Called when the soft keyboard behavior changes.
|
void onShowModeChanged(AccessibilityService.SoftKeyboardController controller, int showMode)
SHOW_MODE_AUTO
, where the soft keyboard is shown when a text input field is
focused. An AccessibilityService can also request the show mode
SHOW_MODE_HIDDEN
, where the soft keyboard is never shown.controller
- the soft keyboard controllershowMode
- the current soft keyboard show mode