Home
last modified time | relevance | path

Searched refs:AbstractInputMethodService (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java71 final WeakReference<AbstractInputMethodService> mTarget;
112 public IInputMethodWrapper(AbstractInputMethodService context, in IInputMethodWrapper()
114 mTarget = new WeakReference<AbstractInputMethodService>(context); in IInputMethodWrapper()
136 AbstractInputMethodService target = mTarget.get(); in executeMessage()
217 AbstractInputMethodService target = mTarget.get(); in dump()
DAbstractInputMethodService.java44 public abstract class AbstractInputMethodService extends Service class
136 boolean handled = event.dispatch(AbstractInputMethodService.this, in dispatchKeyEvent()
DInputMethodService.java223 public class InputMethodService extends AbstractInputMethodService {
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt62 NO DOC BLOCK: android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl …
133 NO DOC BLOCK: android.inputmethodservice.AbstractInputMethodService Method onGenericMotionEvent(and…
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt142 NO DOC BLOCK: android.inputmethodservice.AbstractInputMethodService Method getKeyDispatcherState()
/frameworks/base/docs/html/
Dsitemap.txt3084 http://developer.android.com/reference/android/inputmethodservice/AbstractInputMethodService.Abstra…
3086 http://developer.android.com/reference/android/inputmethodservice/AbstractInputMethodService.html
3361 http://developer.android.com/reference/android/inputmethodservice/AbstractInputMethodService.Abstra…
4329 …oper.android.com/sdk/api_diff/17/changes/android.inputmethodservice.AbstractInputMethodService.html
4330 …android.com/sdk/api_diff/17/changes/android.inputmethodservice.AbstractInputMethodService.Abstract…
5106 …loper.android.com/sdk/api_diff/5/changes/android.inputmethodservice.AbstractInputMethodService.html
/frameworks/base/api/
Dsystem-current.txt14119 …public abstract class AbstractInputMethodService extends android.app.Service implements android.vi…
14120 ctor public AbstractInputMethodService();
14123 …method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodIm…
14124 …method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSe…
14129 …public abstract class AbstractInputMethodService.AbstractInputMethodImpl implements android.view.i…
14130 ctor public AbstractInputMethodService.AbstractInputMethodImpl();
14136 …public abstract class AbstractInputMethodService.AbstractInputMethodSessionImpl implements android…
14137 ctor public AbstractInputMethodService.AbstractInputMethodSessionImpl();
14157 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {
14183 …method public android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl onCrea…
[all …]
Dcurrent.txt13399 …public abstract class AbstractInputMethodService extends android.app.Service implements android.vi…
13400 ctor public AbstractInputMethodService();
13403 …method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodIm…
13404 …method public abstract android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSe…
13409 …public abstract class AbstractInputMethodService.AbstractInputMethodImpl implements android.view.i…
13410 ctor public AbstractInputMethodService.AbstractInputMethodImpl();
13416 …public abstract class AbstractInputMethodService.AbstractInputMethodSessionImpl implements android…
13417 ctor public AbstractInputMethodService.AbstractInputMethodSessionImpl();
13437 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {
13463 …method public android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl onCrea…
[all …]