Home
last modified time | relevance | path

Searched defs:ims (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
DContextTest.java143 final InputMethodService ims = new InputMethodService(); in testIsUiContext_InputMethodService_returnsTrue() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java411 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode() local
928 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked() local
/frameworks/base/core/java/android/widget/
DEditor.java1694 final InputMethodState ims = mInputMethodState; in beginBatchEdit() local
1718 final InputMethodState ims = mInputMethodState; in endBatchEdit() local
1728 final InputMethodState ims = mInputMethodState; in ensureEndedBatchEdit() local
1735 void finishBatchEdit(final InputMethodState ims) { in finishBatchEdit()
1846 final Editor.InputMethodState ims = mInputMethodState; in reportExtractedText() local
1919 final InputMethodState ims = mInputMethodState; in onDraw() local
4430 final InputMethodState ims = mInputMethodState; in updatePosition() local
DTextView.java10669 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState; in handleTextChanged() local
10700 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState; in spanChange() local