android.inputmethodservice
Class InputMethodService.InputMethodImpl

java.lang.Object
  extended by android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
      extended by android.inputmethodservice.InputMethodService.InputMethodImpl
All Implemented Interfaces:
InputMethod
Enclosing class:
InputMethodService

public class InputMethodService.InputMethodImpl
extends AbstractInputMethodService.AbstractInputMethodImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.view.inputmethod.InputMethod
InputMethod.SessionCallback
 
Field Summary
 
Fields inherited from interface android.view.inputmethod.InputMethod
SERVICE_INTERFACE, SERVICE_META_DATA, SHOW_EXPLICIT, SHOW_FORCED
 
Constructor Summary
InputMethodService.InputMethodImpl()
           
 
Method Summary
 void attachToken(IBinder token)
           
 void bindInput(InputBinding binding)
           
 void changeInputMethodSubtype(InputMethodSubtype subtype)
           
 void hideSoftInput(int flags, ResultReceiver resultReceiver)
           
 void restartInput(InputConnection ic, EditorInfo attribute)
           
 void showSoftInput(int flags, ResultReceiver resultReceiver)
           
 void startInput(InputConnection ic, EditorInfo attribute)
           
 void unbindInput()
           
 
Methods inherited from class android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
createSession, revokeSession, setSessionEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputMethodService.InputMethodImpl

public InputMethodService.InputMethodImpl()
Method Detail

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.