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

/frameworks/base/core/java/android/widget/
H A DEditor.java122 InputMethodState mInputMethodState;
381 mInputMethodState = new InputMethodState();
1005 final InputMethodState ims = mInputMethodState;
1028 final InputMethodState ims = mInputMethodState;
1038 final InputMethodState ims = mInputMethodState;
1045 void finishBatchEdit(final InputMethodState ims) {
1136 final Editor.InputMethodState ims = mInputMethodState;
1180 final InputMethodState ims = mInputMethodState;
3783 static class InputMethodState { class in class:Editor
H A DTextView.java7135 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState;
7166 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState;
8223 final Editor.InputMethodState ims = mEditor.mInputMethodState;

Completed in 65 milliseconds