Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java29 import android.view.inputmethod.InputMethodSession;
77 public void setSessionEnabled(InputMethodSession session, boolean enabled) { in setSessionEnabled()
87 public void revokeSession(InputMethodSession session) { in revokeSession()
97 public abstract class AbstractInputMethodSessionImpl implements InputMethodSession {
DIInputMethodSessionWrapper.java36 import android.view.inputmethod.InputMethodSession;
59 InputMethodSession mInputMethodSession;
64 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper()
74 public InputMethodSession getInternalInputMethodSession() { in getInternalInputMethodSession()
216 implements InputMethodSession.EventCallback {
DIInputMethodWrapper.java36 import android.view.inputmethod.InputMethodSession;
111 public void sessionCreated(InputMethodSession session) { in sessionCreated()
213 inputMethod.setSessionEnabled((InputMethodSession)msg.obj, in executeMessage()
217 inputMethod.revokeSession((InputMethodSession)msg.obj); in executeMessage()
325 InputMethodSession ls = ((IInputMethodSessionWrapper) in setSessionEnabled()
342 InputMethodSession ls = ((IInputMethodSessionWrapper) in revokeSession()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java82 public void sessionCreated(InputMethodSession session); in sessionCreated()
248 public void setSessionEnabled(InputMethodSession session, boolean enabled); in setSessionEnabled()
260 public void revokeSession(InputMethodSession session); in revokeSession()
DInputMethodSession.java32 public interface InputMethodSession { interface
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13410 method public void revokeSession(android.view.inputmethod.InputMethodSession);
13411 method public void setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean);
13414 …thodService.AbstractInputMethodSessionImpl implements android.view.inputmethod.InputMethodSession {
13416 …otionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
13417 …patchKeyEvent(int, android.view.KeyEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
13418 …kballEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
35736 method public abstract void revokeSession(android.view.inputmethod.InputMethodSession);
35737 …method public abstract void setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean…
35748 method public abstract void sessionCreated(android.view.inputmethod.InputMethodSession);
35820 public abstract interface InputMethodSession {
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt22597 method @MainThread public void revokeSession(android.view.inputmethod.InputMethodSession);
22598 …method @MainThread public void setSessionEnabled(android.view.inputmethod.InputMethodSession, bool…
22601 …thodService.AbstractInputMethodSessionImpl implements android.view.inputmethod.InputMethodSession {
22603 …otionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
22604 …patchKeyEvent(int, android.view.KeyEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
22605 …kballEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
54523 method @MainThread public void revokeSession(android.view.inputmethod.InputMethodSession);
54524 …method @MainThread public void setSessionEnabled(android.view.inputmethod.InputMethodSession, bool…
54535 method public void sessionCreated(android.view.inputmethod.InputMethodSession);
54608 public interface InputMethodSession {
[all …]
/frameworks/base/api/
Dcurrent.txt22597 method @MainThread public void revokeSession(android.view.inputmethod.InputMethodSession);
22598 …method @MainThread public void setSessionEnabled(android.view.inputmethod.InputMethodSession, bool…
22601 …thodService.AbstractInputMethodSessionImpl implements android.view.inputmethod.InputMethodSession {
22603 …otionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
22604 …patchKeyEvent(int, android.view.KeyEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
22605 …kballEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallbac…
54667 method @MainThread public void revokeSession(android.view.inputmethod.InputMethodSession);
54668 …method @MainThread public void setSessionEnabled(android.view.inputmethod.InputMethodSession, bool…
54679 method public void sessionCreated(android.view.inputmethod.InputMethodSession);
54752 public interface InputMethodSession {
[all …]
/frameworks/base/config/
Dboot-image-profile.txt9017 …ervice$AbstractInputMethodImpl;->setSessionEnabled(Landroid/view/inputmethod/InputMethodSession;Z)V
9018 …dispatchKeyEvent(ILandroid/view/KeyEvent;Landroid/view/inputmethod/InputMethodSession$EventCallbac…
9026 …MethodSessionWrapper;->getInternalInputMethodSession()Landroid/view/inputmethod/InputMethodSession;
9028 …$InputMethodSessionCallbackWrapper;->sessionCreated(Landroid/view/inputmethod/InputMethodSession;)V