Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java899 public boolean textBeforeCursorLooksLikeURL() { in textBeforeCursorLooksLikeURL() method in RichInputConnection
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java2023 && !mConnection.textBeforeCursorLooksLikeURL()) { in insertAutomaticSpaceIfOptionsAndTextAllow()