org.solovyev.android.keyboard
Class LatinDragKeyboardController
java.lang.Object
org.solovyev.android.keyboard.AbstractKeyboardController<K>
org.solovyev.android.keyboard.AbstractAndroidKeyboardController<DragAKeyboard>
org.solovyev.android.keyboard.DragKeyboardController
org.solovyev.android.keyboard.LatinDragKeyboardController
- All Implemented Interfaces:
- AKeyboardController
public class LatinDragKeyboardController
- extends DragKeyboardController
User: serso
Date: 11/3/12
Time: 11:58 PM
| Methods inherited from class org.solovyev.android.keyboard.AbstractKeyboardController |
createKeyboardInput0, createKeyboardView, getCurrentKeyboard, getInputMethodService, getKeyboardInput, getState, handleCharacter, handleModeChange, handleSpecialKey, isWordSeparator, keyDownUp, onCreate, onCurrentInputMethodSubtypeChanged, onInitializeInterface, onKey, onKeyDown, onKeyUp, onStartInputView, onText, onUpdateSelection, pickDefaultCandidate, sendKey, setCurrentKeyboard, setShifted, setShifted0, setState, updateShiftKeyState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LatinDragKeyboardController
public LatinDragKeyboardController()
onInitializeInterface0
@Nonnull
protected AKeyboardControllerState<DragAKeyboard> onInitializeInterface0(@Nonnull
android.inputmethodservice.InputMethodService inputMethodService)
- Overrides:
onInitializeInterface0 in class DragKeyboardController
createKeyboardDef
protected DragAKeyboard createKeyboardDef(@Nonnull
android.content.Context context)
- Specified by:
createKeyboardDef in class DragKeyboardController
handlePrevKeyboard
protected void handlePrevKeyboard()
- Overrides:
handlePrevKeyboard in class AbstractKeyboardController<DragAKeyboard>
handleNextKeyboard
protected void handleNextKeyboard()
- Overrides:
handleNextKeyboard in class AbstractKeyboardController<DragAKeyboard>
onStartInput0
@Nonnull
public AKeyboardControllerState<DragAKeyboard> onStartInput0(@Nonnull
android.view.inputmethod.EditorInfo attribute,
boolean restarting)
- Overrides:
onStartInput0 in class DragKeyboardController
Copyright © 2013. All Rights Reserved.