Home
last modified time | relevance | path

Searched refs:sameAsTextBeforeCursor (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java802 public boolean sameAsTextBeforeCursor(final CharSequence text) { in sameAsTextBeforeCursor() method in RichInputConnection
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1059 if (mEnteredText != null && mConnection.sameAsTextBeforeCursor(mEnteredText)) { in handleBackspaceEvent()