Uses of Interface
org.solovyev.android.keyboard.AKeyboardControllerState

Packages that use AKeyboardControllerState
org.solovyev.android.keyboard   
 

Uses of AKeyboardControllerState in org.solovyev.android.keyboard
 

Classes in org.solovyev.android.keyboard that implement AKeyboardControllerState
 class AKeyboardControllerStateImpl<K extends AKeyboard>
          User: serso Date: 11/1/12 Time: 9:32 PM
 

Methods in org.solovyev.android.keyboard that return AKeyboardControllerState
 AKeyboardControllerState<K> AKeyboardControllerState.copyForNewCapsLock(boolean capsLock)
           
 AKeyboardControllerState<K> AKeyboardControllerStateImpl.copyForNewCapsLock(boolean capsLock)
           
 AKeyboardControllerState<K> AKeyboardControllerState.copyForNewKeyboard(K keyboard)
           
 AKeyboardControllerState<K> AKeyboardControllerStateImpl.copyForNewKeyboard(K keyboard)
           
 AKeyboardControllerState<K> AKeyboardControllerState.copyForNewShift(boolean newState)
           
 AKeyboardControllerState<K> AKeyboardControllerStateImpl.copyForNewShift(boolean shifted)
           
protected  AKeyboardControllerState<K> AbstractKeyboardController.getState()
           
static
<K extends AKeyboard>
AKeyboardControllerState<K>
AKeyboardControllerStateImpl.newDefaultState(K keyboard)
           
static
<K extends AKeyboard>
AKeyboardControllerState<K>
AKeyboardControllerStateImpl.newInstance(boolean prediction, boolean completion, K keyboard)
           
protected abstract  AKeyboardControllerState<K> AbstractKeyboardController.onInitializeInterface0(android.inputmethodservice.InputMethodService inputMethodService)
           
protected  AKeyboardControllerState<DragAKeyboard> DragKeyboardController.onInitializeInterface0(android.inputmethodservice.InputMethodService inputMethodService)
           
protected  AKeyboardControllerState MapKeyboardController.onInitializeInterface0(android.inputmethodservice.InputMethodService inputMethodService)
           
protected  AKeyboardControllerState<DragAKeyboard> LatinDragKeyboardController.onInitializeInterface0(android.inputmethodservice.InputMethodService inputMethodService)
           
abstract  AKeyboardControllerState<K> AbstractKeyboardController.onStartInput0(android.view.inputmethod.EditorInfo attribute, boolean restarting)
           
 AKeyboardControllerState<DragAKeyboard> DragKeyboardController.onStartInput0(android.view.inputmethod.EditorInfo attribute, boolean restarting)
           
 AKeyboardControllerState<DragAKeyboard> LatinDragKeyboardController.onStartInput0(android.view.inputmethod.EditorInfo attribute, boolean restarting)
           
 

Methods in org.solovyev.android.keyboard with parameters of type AKeyboardControllerState
protected  void AbstractKeyboardController.setState(AKeyboardControllerState<K> state)
           
 



Copyright © 2013. All Rights Reserved.