|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.Context
android.content.ContextWrapper
android.app.Service
android.inputmethodservice.AbstractInputMethodService
public abstract class AbstractInputMethodService
| Nested Class Summary | |
|---|---|
class |
AbstractInputMethodService.AbstractInputMethodImpl
|
class |
AbstractInputMethodService.AbstractInputMethodSessionImpl
|
| Field Summary |
|---|
| Fields inherited from class android.app.Service |
|---|
START_CONTINUATION_MASK, START_FLAG_REDELIVERY, START_FLAG_RETRY, START_NOT_STICKY, START_REDELIVER_INTENT, START_STICKY, START_STICKY_COMPATIBILITY |
| Constructor Summary | |
|---|---|
AbstractInputMethodService()
|
|
| Method Summary | |
|---|---|
protected void |
dump(java.io.FileDescriptor fd,
java.io.PrintWriter fout,
java.lang.String[] args)
|
KeyEvent.DispatcherState |
getKeyDispatcherState()
|
IBinder |
onBind(Intent intent)
|
abstract AbstractInputMethodService.AbstractInputMethodImpl |
onCreateInputMethodInterface()
|
abstract AbstractInputMethodService.AbstractInputMethodSessionImpl |
onCreateInputMethodSessionInterface()
|
boolean |
onTrackballEvent(MotionEvent event)
|
| Methods inherited from class android.app.Service |
|---|
finalize, getApplication, onConfigurationChanged, onCreate, onDestroy, onLowMemory, onRebind, onStart, onStartCommand, onUnbind, setForeground, startForeground, stopForeground, stopSelf, stopSelf, stopSelfResult |
| Methods inherited from class android.content.Context |
|---|
getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface android.view.KeyEvent.Callback |
|---|
onKeyDown, onKeyLongPress, onKeyMultiple, onKeyUp |
| Constructor Detail |
|---|
public AbstractInputMethodService()
| Method Detail |
|---|
public KeyEvent.DispatcherState getKeyDispatcherState()
public abstract AbstractInputMethodService.AbstractInputMethodImpl onCreateInputMethodInterface()
public abstract AbstractInputMethodService.AbstractInputMethodSessionImpl onCreateInputMethodSessionInterface()
protected void dump(java.io.FileDescriptor fd,
java.io.PrintWriter fout,
java.lang.String[] args)
dump in class Servicepublic final IBinder onBind(Intent intent)
onBind in class Servicepublic boolean onTrackballEvent(MotionEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||