android.inputmethodservice
Class InputMethodService.InputMethodImpl
java.lang.Object
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
android.inputmethodservice.InputMethodService.InputMethodImpl
- All Implemented Interfaces:
- InputMethod
- Enclosing class:
- InputMethodService
public class InputMethodService.InputMethodImpl
- extends AbstractInputMethodService.AbstractInputMethodImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputMethodService.InputMethodImpl
public InputMethodService.InputMethodImpl()
attachToken
public void attachToken(IBinder token)
bindInput
public void bindInput(InputBinding binding)
unbindInput
public void unbindInput()
startInput
public void startInput(InputConnection ic,
EditorInfo attribute)
restartInput
public void restartInput(InputConnection ic,
EditorInfo attribute)
hideSoftInput
public void hideSoftInput(int flags,
ResultReceiver resultReceiver)
showSoftInput
public void showSoftInput(int flags,
ResultReceiver resultReceiver)
changeInputMethodSubtype
public void changeInputMethodSubtype(InputMethodSubtype subtype)
Copyright © 2008-2012. All Rights Reserved.