Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:InputMethod

48 import android.view.inputmethod.CompletionInfo;
49 import android.view.inputmethod.ExtractedText;
50 import android.view.inputmethod.ExtractedTextRequest;
51 import android.view.inputmethod.InputBinding;
52 import android.view.inputmethod.InputConnection;
53 import android.view.inputmethod.InputMethod;
54 import android.view.inputmethod.InputMethodManager;
55 import android.view.inputmethod.EditorInfo;
64 * InputMethodService provides a standard implementation of an InputMethod,
66 * base class {@link AbstractInputMethodService} and the {@link InputMethod}
189 * {@link android.view.inputmethod.InputConnection} interface to the
195 * through the {@link android.view.inputmethod.EditorInfo} class, which is
197 * important part of this is {@link android.view.inputmethod.EditorInfo#inputType
199 * {@link android.view.inputmethod.EditorInfo#TYPE_NULL EditorInfo.TYPE_NULL},
1230 * {@link InputMethod#showSoftInput InputMethod.showSoftInput()}
1237 * as per {@link InputMethod#showSoftInput InputMethod.showSoftInput()}.
1246 if ((flags&InputMethod.SHOW_EXPLICIT) == 0) {
1263 if ((flags&InputMethod.SHOW_FORCED) != 0) {