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

/frameworks/base/core/java/android/widget/
H A DEditor.java124 InputMethodState mInputMethodState;
413 mInputMethodState = new InputMethodState();
1037 final InputMethodState ims = mInputMethodState;
1060 final InputMethodState ims = mInputMethodState;
1070 final InputMethodState ims = mInputMethodState;
1077 void finishBatchEdit(final InputMethodState ims) {
1168 final Editor.InputMethodState ims = mInputMethodState;
1212 final InputMethodState ims = mInputMethodState;
3820 static class InputMethodState { class in class:Editor
H A DTextView.java7274 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 152 milliseconds