Example usage for Java android.view.inputmethod BaseInputConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
BaseInputConnection(InputMethodManager mgr, boolean fullEditor) | |
BaseInputConnection(View targetView, boolean fullEditor) |
int | getComposingSpanEnd(Spannable text) |
int | getComposingSpanStart(Spannable text) |
void | removeComposingSpans(Spannable text) |