Home
last modified time | relevance | path

Searched refs:resetCachesUponCursorMoveAndReturnSuccess (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java394 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
398 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
402 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
406 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
410 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
414 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
418 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
422 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
426 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
430 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java410 mConnection.resetCachesUponCursorMoveAndReturnSuccess( in onUpdateSelection()
1888 mConnection.resetCachesUponCursorMoveAndReturnSuccess(newSelStart, newSelEnd, in resetEntireInputState()
2227 if (!mConnection.resetCachesUponCursorMoveAndReturnSuccess( in retryResetCachesAndReturnSuccess()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java232 public boolean resetCachesUponCursorMoveAndReturnSuccess(final int newSelStart, in resetCachesUponCursorMoveAndReturnSuccess() method in RichInputConnection
DLatinIME.java1018 if (!mInputLogic.mConnection.resetCachesUponCursorMoveAndReturnSuccess( in onStartInputViewInternal()