Searched refs:mInputMethodState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java124 InputMethodState mInputMethodState; field in class:Editor
412 if (mInputMethodState == null) {
413 mInputMethodState = new InputMethodState();
1037 final InputMethodState ims = mInputMethodState;
1060 final InputMethodState ims = mInputMethodState;
1070 final InputMethodState ims = mInputMethodState;
1168 final Editor.InputMethodState ims = mInputMethodState;
1212 final InputMethodState ims = mInputMethodState;
H A DTextView.java5672 if (mEditor.mInputMethodState != null) {
5673 mEditor.mInputMethodState.mExtractedTextRequest = req;
7274 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState;
7305 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState;
8362 final Editor.InputMethodState ims = mEditor.mInputMethodState;

Completed in 58 milliseconds