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.java144 final InputMethodService ims = new InputMethodService(); in testIsUiContext_InputMethodService_returnsTrue() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java458 InputMethodSubtype ims = imi.getSubtypeAt(i); in getSubtypeIdFromHashCode() local
981 InputMethodSubtype ims = info.getSubtypeAt(i); in getEnabledInputMethodSubtypeListLocked() local
/frameworks/base/core/java/android/widget/
DEditor.java1767 final InputMethodState ims = mInputMethodState; in beginBatchEdit() local
1791 final InputMethodState ims = mInputMethodState; in endBatchEdit() local
1801 final InputMethodState ims = mInputMethodState; in ensureEndedBatchEdit() local
1808 void finishBatchEdit(final InputMethodState ims) { in finishBatchEdit()
1942 final Editor.InputMethodState ims = mInputMethodState; in reportExtractedText() local
2016 final InputMethodState ims = mInputMethodState; in onDraw() local
4534 final InputMethodState ims = mInputMethodState; in updatePosition() local
DTextView.java10888 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState; in handleTextChanged() local
10919 final Editor.InputMethodState ims = mEditor == null ? null : mEditor.mInputMethodState; in spanChange() local