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

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java29 private InputMethodService mIME;
44 void setIME(InputMethodService ime) {
H A DInputMethodService.java64 * InputMethodService provides a standard implementation of an InputMethod,
86 * work: the {@link android.inputmethodservice.InputMethodService} provides
95 * together in a single window managed by the InputMethodService. It will
121 * that view and can call back on the InputMethodService to interact with the
215 public class InputMethodService extends AbstractInputMethodService { class in inherits:AbstractInputMethodService
216 static final String TAG = "InputMethodService";
326 * {@link InputMethodService#onBindInput InputMethodService.onBindInput()}
414 * Call {@link InputMethodService#onDisplayCompletions
415 * InputMethodService
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java21 import android.inputmethodservice.InputMethodService;
38 * {@link InputMethodService} or one of its subclasses. When implementing

Completed in 128 milliseconds