Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java332 private void postResumeSuggestionsInternal(final boolean shouldDelay, in postResumeSuggestionsInternal() argument
345 if (shouldDelay) { in postResumeSuggestionsInternal()
353 public void postResumeSuggestions(final boolean shouldDelay) { in postResumeSuggestions() argument
354 postResumeSuggestionsInternal(shouldDelay, false /* forStartInput */); in postResumeSuggestions()
357 public void postResumeSuggestionsForStartInput(final boolean shouldDelay) { in postResumeSuggestionsForStartInput() argument
358 postResumeSuggestionsInternal(shouldDelay, true /* forStartInput */); in postResumeSuggestionsForStartInput()