Searched refs:resetCachesUponCursorMoveAndReturnSuccess (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputConnectionAndTextRangeTests.java | 381 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 385 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 389 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 393 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 397 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 401 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 405 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 409 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 413 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() 417 ic.resetCachesUponCursorMoveAndReturnSuccess(ims.cursorPos(), ims.cursorPos(), true); in testCursorTouchingWord() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 410 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/ |
D | RichInputConnection.java | 232 public boolean resetCachesUponCursorMoveAndReturnSuccess(final int newSelStart, in resetCachesUponCursorMoveAndReturnSuccess() method in RichInputConnection
|
D | LatinIME.java | 919 if (!mInputLogic.mConnection.resetCachesUponCursorMoveAndReturnSuccess( in onStartInputViewInternal()
|