File
Doc
Category
Size
Date
Package
AbstractInputMethodService.java
API Doc
Android 5.1 API
2693
Sat Mar 14 14:09:40 GMT 2015
android.inputmethodservice
AbstractInputMethodService
java.lang.Object
android.app.Service
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 void
dump
(
java.io.FileDescriptor
fd,
java.io.PrintWriter
fout,
java.lang.String[]
args)
throw new RuntimeException("Stub!");
public
android.view.KeyEvent.DispatcherState
getKeyDispatcherState
()
throw new RuntimeException("Stub!");
public final
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public abstract
android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl
onCreateInputMethodInterface
()
public abstract
android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
onCreateInputMethodSessionInterface
()
public
boolean
onGenericMotionEvent
(
android.view.MotionEvent
event)
throw new RuntimeException("Stub!");
public
boolean
onTrackballEvent
(
android.view.MotionEvent
event)
throw new RuntimeException("Stub!");
Java Code Source