Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:InputMethod

17 package android.view.inputmethod;
26 * The InputMethod interface represents an input method which can generate key
47 * <p>The InputMethod interface is actually split into two parts: the interface
51 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
55 public interface InputMethod {
65 public static final String SERVICE_INTERFACE = "android.view.InputMethod";
68 * Name under which an InputMethod service component publishes information
71 * <code>&lt;{@link android.R.styleable#InputMethod input-method}&gt;</code>
170 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}.