org.solovyev.android.keyboard
Interface AKeyboardInput
- All Known Implementing Classes:
- DefaultKeyboardInput
public interface AKeyboardInput
User: Solovyev_S
Date: 02.11.12
Time: 12:17
commitTyped
void commitTyped()
onText
void onText(@Nullable
CharSequence text)
getCurrentInputEditorInfo
@Nonnull
android.view.inputmethod.EditorInfo getCurrentInputEditorInfo()
getTypedText
@Nullable
CharSequence getTypedText()
handleBackspace
boolean handleBackspace()
sendKeyEvent
void sendKeyEvent(@Nonnull
android.view.KeyEvent keyEvent)
translateKeyDown
int translateKeyDown(int unicodeChar)
commitCompletion
void commitCompletion(@Nonnull
android.view.inputmethod.CompletionInfo completionInfo)
append
void append(char primaryCode)
commitText
void commitText(@Nullable
String text,
int i)
handleCursorRight
void handleCursorRight()
handleCursorLeft
void handleCursorLeft()
handleClear
void handleClear()
handlePaste
void handlePaste()
handleCopy
void handleCopy()
clearMetaKeyStates
void clearMetaKeyStates(int flags)
keyDownUp
void keyDownUp(int keyEventCode)
finishComposingText
void finishComposingText()
isInputConnected
boolean isInputConnected()
getCursorCapsMode
int getCursorCapsMode(int inputType)
clearTypedText
void clearTypedText()
undo
void undo()
redo
void redo()
Copyright © 2013. All Rights Reserved.