Searched defs:InputMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java26 * 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 { interface
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)}.

Completed in 62 milliseconds