Home
last modified time | relevance | path

Searched refs:InputMethodSession (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java77 public void sessionCreated(InputMethodSession session); in sessionCreated()
166 public void setSessionEnabled(InputMethodSession session, boolean enabled); in setSessionEnabled()
177 public void revokeSession(InputMethodSession session); in revokeSession()
DInputMethodSession.java32 public interface InputMethodSession { interface
/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java25 import android.view.inputmethod.InputMethodSession;
71 public void setSessionEnabled(InputMethodSession session, boolean enabled) { in setSessionEnabled()
80 public void revokeSession(InputMethodSession session) { in revokeSession()
90 public abstract class AbstractInputMethodSessionImpl implements InputMethodSession {
DIInputMethodSessionWrapper.java38 import android.view.inputmethod.InputMethodSession;
57 InputMethodSession mInputMethodSession;
62 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper()
72 public InputMethodSession getInternalInputMethodSession() { in getInternalInputMethodSession()
213 implements InputMethodSession.EventCallback {
DIInputMethodWrapper.java40 import android.view.inputmethod.InputMethodSession;
95 public void sessionCreated(InputMethodSession session) { in sessionCreated()
196 inputMethod.setSessionEnabled((InputMethodSession)msg.obj, in executeMessage()
200 inputMethod.revokeSession((InputMethodSession)msg.obj); in executeMessage()
281 InputMethodSession ls = ((IInputMethodSessionWrapper) in setSessionEnabled()
297 InputMethodSession ls = ((IInputMethodSessionWrapper) in revokeSession()
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt62 …otionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
63 ….inputmethod.InputMethodSession Method dispatchGenericMotionEvent(int, android.view.MotionEvent, a…
/frameworks/base/docs/html/
Dsitemap.txt1686 http://developer.android.com/reference/android/view/inputmethod/InputMethodSession.html
1687 http://developer.android.com/reference/android/view/inputmethod/InputMethodSession.EventCallback.ht…
4414 http://developer.android.com/sdk/api_diff/17/changes/android.view.inputmethod.InputMethodSession.ht…
6253 http://developer.android.com/sdk/api_diff/14/changes/android.view.inputmethod.InputMethodSession.ht…
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1003 NO DOC BLOCK: android.view.inputmethod.InputMethodSession Method updateCursorAnchorInfo(android.vie…
/frameworks/base/api/
Dsystem-current.txt14132 method public void revokeSession(android.view.inputmethod.InputMethodSession);
14133 method public void setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean);
14136 …thodService.AbstractInputMethodSessionImpl implements android.view.inputmethod.InputMethodSession {
14138 …otionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
14139 …patchKeyEvent(int, android.view.KeyEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
14140 …kballEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
37972 method public abstract void revokeSession(android.view.inputmethod.InputMethodSession);
37973 …method public abstract void setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean…
37984 method public abstract void sessionCreated(android.view.inputmethod.InputMethodSession);
38056 public abstract interface InputMethodSession {
[all …]
Dcurrent.txt13412 method public void revokeSession(android.view.inputmethod.InputMethodSession);
13413 method public void setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean);
13416 …thodService.AbstractInputMethodSessionImpl implements android.view.inputmethod.InputMethodSession {
13418 …otionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
13419 …patchKeyEvent(int, android.view.KeyEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
13420 …kballEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
35738 method public abstract void revokeSession(android.view.inputmethod.InputMethodSession);
35739 …method public abstract void setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean…
35750 method public abstract void sessionCreated(android.view.inputmethod.InputMethodSession);
35822 public abstract interface InputMethodSession {
[all …]