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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java69 * InputMethodService provides a standard implementation of an InputMethod,
91 * work: the {@link android.inputmethodservice.InputMethodService} provides
100 * together in a single window managed by the InputMethodService. It will
126 * that view and can call back on the InputMethodService to interact with the
220 public class InputMethodService extends AbstractInputMethodService { class in inherits:AbstractInputMethodService
221 static final String TAG = "InputMethodService";
362 * {@link InputMethodService#onBindInput InputMethodService.onBindInput()}
458 * Call {@link InputMethodService#onDisplayCompletions
459 * InputMethodService
[all...]

Completed in 46 milliseconds