FileDocCategorySizeDatePackage
AbstractInputMethodService.javaAPI DocAndroid 5.1 API2693Sat Mar 14 14:09:40 GMT 2015android.inputmethodservice

AbstractInputMethodService

public abstract class AbstractInputMethodService extends android.app.Service implements android.view.KeyEvent.Callback

Fields Summary
Constructors Summary
public AbstractInputMethodService()

 throw new RuntimeException("Stub!"); 
Methods Summary
protected voiddump(java.io.FileDescriptor fd, java.io.PrintWriter fout, java.lang.String[] args)

 throw new RuntimeException("Stub!"); 
public android.view.KeyEvent.DispatcherStategetKeyDispatcherState()

 throw new RuntimeException("Stub!"); 
public final android.os.IBinderonBind(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public abstract android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImplonCreateInputMethodInterface()

public abstract android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImplonCreateInputMethodSessionInterface()

public booleanonGenericMotionEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonTrackballEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!");