Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java315 public void postResumeSuggestions(final boolean shouldDelay) { in postResumeSuggestions() method in LatinIME.UIHandler
640 mHandler.postResumeSuggestions(false /* shouldDelay */); in onUpdateMainDictionaryAvailability()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java417 mLatinIME.mHandler.postResumeSuggestions(true /* shouldDelay */); in onUpdateSelection()
2239 handler.postResumeSuggestions(true /* shouldDelay */); in retryResetCachesAndReturnSuccess()