Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java379 if (hasOrHadSelection || !settingsValues.needsToLookupSuggestions() in onUpdateSelection()
833 && settingsValues.needsToLookupSuggestions() && in handleNonSeparatorEvent()
1454 if (!settingsValues.needsToLookupSuggestions()) { in performUpdateSuggestionStripSync()
1526 || !settingsValues.needsToLookupSuggestions() in restartSuggestionsOnWordTouchedByCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsValues.java235 public boolean needsToLookupSuggestions() { in needsToLookupSuggestions() method in SettingsValues
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1073 if (mSettings.getCurrent().needsToLookupSuggestions()) { in onExtractedTextClicked()
1091 if (mSettings.getCurrent().needsToLookupSuggestions()) { in onExtractedCursorMovement()