Home
last modified time | relevance | path

Searched refs:endBatchEdit (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java139 public boolean endBatchEdit() { in endBatchEdit() method in RichInputConnectionAndTextRangeTests.MockConnection
265 ic.endBatchEdit(); in testGetWordRangeAtCursor()
273 ic.endBatchEdit(); in testGetWordRangeAtCursor()
281 ic.endBatchEdit(); in testGetWordRangeAtCursor()
289 ic.endBatchEdit(); in testGetWordRangeAtCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java196 mConnection.endBatchEdit(); in onOrientationChange()
253 mConnection.endBatchEdit(); in onTextInput()
318 mConnection.endBatchEdit(); in onPickSuggestionManually()
324 mConnection.endBatchEdit(); in onPickSuggestionManually()
489 mConnection.endBatchEdit(); in onCodeInput()
541 mConnection.endBatchEdit(); in onStartBatchInput()
2045 mConnection.endBatchEdit(); in onUpdateTailBatchInputCompleted()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java208 public void endBatchEdit() { in endBatchEdit() method in RichInputConnection
211 mIC.endBatchEdit(); in endBatchEdit()