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

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java30 private InputMethodService mIME; field in class:ExtractEditText
50 mIME = ime;
88 if (mSettingExtractedText == 0 && mIME != null && selStart >= 0 && selEnd >= 0) {
89 mIME.onExtractedSelectionChanged(selStart, selEnd);
98 if (!super.performClick() && mIME != null) {
99 mIME.onExtractedTextClicked();
106 if (mIME != null && mIME.onExtractTextContextMenuItem(id)) {
162 if (mIME != null) {
163 mIME
[all...]

Completed in 47 milliseconds