public abstract class BaseStrategy extends java.lang.Object implements InputBehaviorStrategy
| Constructor and Description |
|---|
BaseStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleSendKeyEvent(android.view.KeyEvent event,
ComposingContext context)
Handles sendKeyEvent call
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStrategyName, handleBeginBatchEdit, handleCommitText, handleDeleteSurroundingText, handleEndBatchEdit, handleFinishComposingText, handleSetComposingRegion, handleSetComposingTextpublic boolean handleSendKeyEvent(android.view.KeyEvent event,
ComposingContext context)
InputBehaviorStrategyhandleSendKeyEvent in interface InputBehaviorStrategyevent - Keyboard eventcontext - Composing context