Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java323 public void postResetCaches(final boolean tryResumeSuggestions, final int remainingTries) { in postResetCaches() method in LatinIME.UIHandler
926 mHandler.postResetCaches(isDifferentTextField, 5 /* remainingTries */); in onStartInputViewInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java2231 handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); in retryResetCachesAndReturnSuccess()